diff options
| author | hubaishan <saeed@hubaishan.com> | 2017-07-30 12:30:35 +0300 | 
|---|---|---|
| committer | hubaishan <saeed@hubaishan.com> | 2017-07-30 12:30:35 +0300 | 
| commit | 21b35d95bee33514019205b4f65813cb28214fb0 (patch) | |
| tree | 0b039b450058f795bb677a418db5b8fd0cf2412f | |
| parent | e4abbcaca3950d689cef4c8bd14a8f030d697bc9 (diff) | |
| download | forums-21b35d95bee33514019205b4f65813cb28214fb0.tar forums-21b35d95bee33514019205b4f65813cb28214fb0.tar.gz forums-21b35d95bee33514019205b4f65813cb28214fb0.tar.bz2 forums-21b35d95bee33514019205b4f65813cb28214fb0.tar.xz forums-21b35d95bee33514019205b4f65813cb28214fb0.zip  | |
[ticket/15297] revert changes to responsive.css change to bidi.css
revert changes to responsive.css
adding the class to bidi.css
PHPBB3-15297
| -rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 6 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/theme/responsive.css | 4 | 
2 files changed, 8 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index f3468ebcf2..c6dc2db9c4 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -1136,4 +1136,10 @@ li.breadcrumbs span:first-child > a {  	.captcha-panel dd.captcha {  		margin-right: 0;  	} +	 +	.rtl p.responsive-center { +		float: none; +		text-align: center; +		margin-bottom: 5px; +	}  } diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 0257941ead..8653042a69 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -538,8 +538,8 @@ fieldset.display-actions {  @media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {  	p.responsive-center { -		float: none !important; -		text-align: center !important; +		float: none; +		text-align: center;  		margin-bottom: 5px;  	}  | 
