mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-29 18:50:25 +02: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
@ -19,7 +19,8 @@
|
||||
/* Rolloff state */
|
||||
.buttons div a {
|
||||
display: inline-block;
|
||||
line-height: 16px;
|
||||
line-height: 17.5px;
|
||||
height: 18px;
|
||||
font-size: 13px;
|
||||
white-space: nowrap;
|
||||
border: 1px solid #c7c3bf;
|
||||
@ -32,13 +33,13 @@
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#e9e9e9')";
|
||||
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: 3px 22px 3px 8px;
|
||||
font-family: "Futura-Medium", Verdana, Arial, Helvetica;
|
||||
padding: 2px 22px 2px 8px;
|
||||
font-family: Verdana, Arial, Helvetica;
|
||||
color: #bc2a4d !important;
|
||||
position: relative;
|
||||
text-decoration: none !important;
|
||||
outline-style: none !important;
|
||||
vertical-align: bottom;
|
||||
*padding-right: 8px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user