1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15610] Improving UI of Board Statistics in ACP

Master Improving UI of Board Statistics in ACP

Statistics table was divided into two in acp_main.html.

PHPBB3-15610
This commit is contained in:
amalnaeem
2018-04-04 20:41:31 +05:00
committed by Marc Alexander
parent 4da589acba
commit 341962ae74
2 changed files with 34 additions and 9 deletions

View File

@@ -1555,6 +1555,17 @@ a.button2, input.button2 {
border: 1px solid #666666;
}
a.runbutton,
input.runbutton {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 0.85em;
color: #000000;
border-radius: 4px;
width: auto !important;
padding: 1px 3px 0;
cursor: pointer;
}
/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active,
a.button2, a.button2:link, a.button2:visited, a.button2:active {
@@ -1563,6 +1574,15 @@ a.button2, a.button2:link, a.button2:visited, a.button2:active {
padding: 4px 8px;
}
a.runbutton,
a.runbutton:link,
a.runbutton:visited,
a.runbutton:active {
text-decoration: none;
color: #ffffff;
padding: 4px 8px;
}
/* Hover states */
a.button1:hover, input.button1:hover,
a.button2:hover, input.button2:hover {
@@ -1571,6 +1591,11 @@ a.button2:hover, input.button2:hover {
color: #BC2A4D;
}
a.runbutton:hover,
input.runbutton:hover {
opacity:0.75;
}
input.disabled {
font-weight: normal;
color: #666666;