aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme/buttons.css')
-rw-r--r--phpBB/styles/prosilver/theme/buttons.css92
1 files changed, 56 insertions, 36 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css
index 575c41aaef..3a22537578 100644
--- a/phpBB/styles/prosilver/theme/buttons.css
+++ b/phpBB/styles/prosilver/theme/buttons.css
@@ -1,31 +1,31 @@
-/* Button Styles
----------------------------------------- */
+/* -------------------------------------------------------------- /*
+ $Buttons
+/* -------------------------------------------------------------- */
.button {
- display: inline-block;
- padding: 2px 8px;
+ font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
font-size: 13px;
font-weight: 600;
- font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
line-height: 1.4;
text-align: center;
- white-space: nowrap;
vertical-align: middle;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
+ white-space: nowrap;
border: 1px solid transparent;
border-radius: 4px;
+ display: inline-block;
+ padding: 2px 8px;
+ cursor: pointer;
+ touch-action: manipulation;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
}
.button:focus,
.button:hover {
- text-decoration: none;
- outline: none;
+ text-decoration: none;
+ outline: none;
}
.caret {
@@ -39,11 +39,21 @@
}
/* Posting page styles
-----------------------------------------*/
+---------------------------------------- */
+.button-form,
+.button-form-bold {
+ font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
+ border-radius: 0;
+}
+
+.button-form-bold {
+ font-weight: 700;
+}
+
.button-search,
-.button-search-end {
- float: left;
+.button-search-end {
border-radius: 0;
+ float: left;
margin: 0;
padding: 2px 5px;
}
@@ -65,27 +75,28 @@
}
.button-icon-only {
- padding-left: 3px;
padding-right: 3px;
+ padding-left: 3px;
}
/* Poster contact icons
-----------------------------------------*/
+---------------------------------------- */
.contact-icons.dropdown-contents {
+ font-size: 0;
min-width: 0;
padding: 0;
- font-size: 0;
}
.contact-icon {
background-repeat: no-repeat;
display: block;
- height: 16px;
width: 16px;
+ height: 16px;
}
+
.contact-icons a {
- border-bottom: 1px dotted;
border-right: 1px dotted;
+ border-bottom: 1px dotted;
display: block;
float: left;
padding: 8px;
@@ -107,16 +118,15 @@
--------------------------------------------- */
.post-buttons {
float: right;
- list-style: none;
margin-top: 2px;
+ list-style: none;
}
.has-profile .post-buttons {
- float: none;
position: absolute;
- margin: 0;
- right: 0;
top: 5px;
+ right: 0;
+ margin: 0;
}
.post-buttons > li {
@@ -124,9 +134,10 @@
margin-right: 3px;
}
-.post-buttons .button, .format-buttons .button {
- padding-left: 3px;
+.post-buttons .button,
+.format-buttons .button {
padding-right: 3px;
+ padding-left: 3px;
}
.hastouch .post-buttons {
@@ -143,27 +154,33 @@
}
.post-buttons .dropdown a {
- display: block;
- font-size: 1.2em;
+ font-size: 13px;
text-align: right;
+ display: block;
}
.hasjs .postbody .post-buttons {
max-width: 40%;
}
+/* Format buttons
+--------------------------------------------- */
+.format-buttons .button {
+ margin-bottom: 3px;
+}
+
/* Browser-specific tweaks */
button::-moz-focus-inner {
+ border: 0;
padding: 0;
- border: 0
}
/* Deprecated as of version 3.2
--------------------------------------------------*/
+------------------------------------------------- */
.small-icon {
- background-position: 0 50%;
- background-repeat: no-repeat;
background-image: none;
+ background-repeat: no-repeat;
+ background-position: 0 50%;
}
.dropdown .small-icon {
@@ -175,9 +192,12 @@ button::-moz-focus-inner {
padding: 0 0 0 18px;
}
+
+/* stylelint-disable selector-no-qualifying-type */
ul.linklist.bulletin > li.small-icon:before {
display: none;
}
+/* stylelint-enable selector-no-qualifying-type */
.dropdown .small-icon > a {
display: block;
@@ -188,6 +208,6 @@ ul.linklist.bulletin > li.small-icon:before {
}
.rtl .small-icon > a {
- padding-left: 0;
padding-right: 19px;
+ padding-left: 0;
}