aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/responsive.css
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme/responsive.css')
-rw-r--r--phpBB/styles/prosilver/theme/responsive.css42
1 files changed, 10 insertions, 32 deletions
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css
index 8653042a69..7775208ee2 100644
--- a/phpBB/styles/prosilver/theme/responsive.css
+++ b/phpBB/styles/prosilver/theme/responsive.css
@@ -16,7 +16,7 @@ body {
padding: 0;
}
-#wrap {
+.wrap {
border: none;
border-radius: 0;
margin: 0;
@@ -32,13 +32,13 @@ body {
margin-right: -5px;
}
-#cp-main .forabg, #cp-main .forumdb, #cp-main .post, #cp-main .panel {
+.cp-main .forabg, .cp-main .forumdb, .cp-main .post, .cp-main .panel {
border-radius: 7px;
}
/* Logo block
----------------------------------------*/
-#site-description {
+.site-description {
float: none;
width: auto;
text-align: center;
@@ -51,7 +51,7 @@ body {
padding: 10px;
}
-#site-description h1, #site-description p {
+.site-description h1, .site-description p {
text-align: inherit;
float: none;
margin: 5px;
@@ -60,7 +60,7 @@ body {
text-overflow: ellipsis;
}
-#site-description p, .search-header {
+.site-description p, .search-header {
display: none;
}
@@ -73,16 +73,6 @@ body {
/* Search
----------------------------------------*/
.responsive-search { display: block !important; }
-.responsive-search a {
- display: block;
- width: 16px;
- height: 22px;
- text-indent: 99px;
- overflow: hidden;
- background-position: 50% 50%;
- background-repeat: no-repeat;
- text-decoration: none;
-}
/* .topiclist lists
----------------------------------------*/
@@ -181,7 +171,6 @@ li.row .responsive-show strong {
}
ul.topiclist li.row dt a.subforum {
- display: inline-block;
vertical-align: bottom;
overflow: hidden;
text-overflow: ellipsis;
@@ -254,7 +243,7 @@ table.responsive span.rank-img {
padding-right: 5px;
}
-table.responsive#memberlist td:first-child input[type="checkbox"] {
+table.responsive.memberlist td:first-child input[type="checkbox"] {
float: right;
}
@@ -269,7 +258,7 @@ fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
margin-left: 20px;
}
-textarea, dd textarea, #message-box textarea {
+textarea, dd textarea, .message-box textarea {
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
@@ -289,12 +278,12 @@ dl.pmlist dd:first-of-type {
padding-left: 20px;
}
-#smiley-box, #message-box {
+.smiley-box, .message-box {
float: none;
width: auto;
}
-#smiley-box {
+.smiley-box {
margin-top: 5px;
}
@@ -315,10 +304,6 @@ dl.pmlist dd:first-of-type {
display: none;
}
-.colour-palette a {
- display: inline-block !important;
-}
-
fieldset.quick-login label {
display: block;
margin-bottom: 5px;
@@ -359,13 +344,6 @@ fieldset.quick-login label[for="autologin"] {
width: 100%;
}
- #recaptcha_challenge_image,
- #recaptcha_response_field,
- .recaptchatable #recaptcha_image {
- width: 100% !important;
- height: auto !important;
- }
-
.recaptchatable tr td:last-child {
display: none;
}
@@ -518,7 +496,7 @@ dl.mini dd.pm-legend {
min-width: 200px;
}
-#topicreview {
+.topicreview {
margin: 0 -5px;
padding: 0 5px;
}