mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
[ticket/10431] Adjustments for large buttons
Changing CSS for large buttons to display better on Mac browsers. Fixing tabs. PHPBB3-10431
This commit is contained in:
parent
8e700f7e2b
commit
63b037b4bd
1 changed files with 34 additions and 33 deletions
|
@ -19,7 +19,8 @@
|
||||||
/* Rolloff state */
|
/* Rolloff state */
|
||||||
.buttons div a {
|
.buttons div a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 16px;
|
line-height: 17.5px;
|
||||||
|
height: 18px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border: 1px solid #c7c3bf;
|
border: 1px solid #c7c3bf;
|
||||||
|
@ -32,13 +33,13 @@
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9')";
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9')";
|
||||||
box-shadow: 0 0 0 1px #fff inset;
|
box-shadow: 0 0 0 1px #fff inset;
|
||||||
-webkit-box-shadow: 0 0 0 1px #fff inset;
|
-webkit-box-shadow: 0 0 0 1px #fff inset;
|
||||||
text-shadow: 1px 1px 0 #fff, -1px -1px 1px rgba(188, 42, 77, 0.25);
|
padding: 2px 22px 2px 8px;
|
||||||
padding: 3px 22px 3px 8px;
|
font-family: Verdana, Arial, Helvetica;
|
||||||
font-family: "Futura-Medium", Verdana, Arial, Helvetica;
|
|
||||||
color: #bc2a4d !important;
|
color: #bc2a4d !important;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
outline-style: none !important;
|
outline-style: none !important;
|
||||||
|
vertical-align: bottom;
|
||||||
*padding-right: 8px;
|
*padding-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue