diff options
author | Cesar G <prototech91@gmail.com> | 2014-06-09 18:57:38 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-07-04 00:56:27 -0700 |
commit | 76cd9ec953c2f43d755bb8cdd38d32bbb447fc96 (patch) | |
tree | d451944bcc46adfb14fcdb9e39f830b9cf018640 /phpBB/styles/prosilver/theme | |
parent | 45458b240b8c1b0453dcb5fcb75c54ccdb396eb9 (diff) | |
download | forums-76cd9ec953c2f43d755bb8cdd38d32bbb447fc96.tar forums-76cd9ec953c2f43d755bb8cdd38d32bbb447fc96.tar.gz forums-76cd9ec953c2f43d755bb8cdd38d32bbb447fc96.tar.bz2 forums-76cd9ec953c2f43d755bb8cdd38d32bbb447fc96.tar.xz forums-76cd9ec953c2f43d755bb8cdd38d32bbb447fc96.zip |
[ticket/12013] Remove obsolete jumpbox and quickmod CSS.
PHPBB3-12013
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/forms.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index 0c0a3e5ca9..a1d70dedf6 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -201,24 +201,6 @@ fieldset.forum-selection2 { float: right; } -/* Jumpbox */ -fieldset.jumpbox { - text-align: right; - margin-top: 15px; - min-height: 2.5em; -} - -fieldset.jumpbox select { - max-width: 50%; -} - -fieldset.quickmod { - width: 50%; - float: right; - text-align: right; - height: 2.5em; -} - /* Submit button fieldset */ fieldset.submit-buttons { text-align: center; |