aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/admin.css
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-01-31 15:23:17 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-03 14:20:28 +0100
commit6f315da9ab3eaa8e680414eeed6d763a9e2102b6 (patch)
tree6fe391d1e52393f3e2ab3265af128ef3a0d8c445 /phpBB/adm/style/admin.css
parent430ec6f61d5da5b278ee2cadda535fcf9dcaed22 (diff)
downloadforums-6f315da9ab3eaa8e680414eeed6d763a9e2102b6.tar
forums-6f315da9ab3eaa8e680414eeed6d763a9e2102b6.tar.gz
forums-6f315da9ab3eaa8e680414eeed6d763a9e2102b6.tar.bz2
forums-6f315da9ab3eaa8e680414eeed6d763a9e2102b6.tar.xz
forums-6f315da9ab3eaa8e680414eeed6d763a9e2102b6.zip
[ticket/14492] Improve look and display data again
PHPBB3-14492
Diffstat (limited to 'phpBB/adm/style/admin.css')
-rw-r--r--phpBB/adm/style/admin.css100
1 files changed, 76 insertions, 24 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index c791f30cbc..afa0bd5d31 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -2585,12 +2585,7 @@ fieldset.permissions .padding {
}
.send-stats-row {
- margin: 25px -15px 0;
-}
-
-.send-stats-row h3 {
- margin: 0;
- text-align: center;
+ margin: 15px 0;
}
.send-stats-row:before {
@@ -2598,20 +2593,6 @@ fieldset.permissions .padding {
content: " ";
}
-.send-stats-col {
- width: 50%;
- float: left;
- position: relative;
- min-height: 1px;
- padding-right: 15px;
- padding-left: 15px;
- box-sizing: border-box;
-}
-
-.send-stats-row > .send-stats-col:last-child {
- padding-left: 0;
-}
-
.send-stats-tile {
position: relative;
padding: 14px;
@@ -2624,10 +2605,7 @@ fieldset.permissions .padding {
.send-stats-tile h2 {
margin-top: 0;
text-align: center;
-}
-
-.send-stats-tile h2 > p {
- display: inline-block;
+ padding-bottom: 1em;
}
.send-stats-tile i {
@@ -2644,3 +2622,77 @@ fieldset.permissions .padding {
font-family: FontAwesome;
font-style: normal;
}
+
+.send-stats-data-row {
+ background: #f9f9f9;
+ border-radius: 6px;
+ border: #DEDEDE 1px solid;
+ padding: 10px;
+ border-top-width: 0;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.send-stats-data-hidden .configlist {
+ display: none;
+}
+
+.send-stats-data-only-row {
+ border-radius: 6px !important;
+ border-bottom-width: 1px !important;
+}
+
+.send-stats-data-hidden {
+ padding: 0;
+ border: none;
+}
+
+.send-stats-row > .send-stats-data-row:first-child {
+ background-color: #d9edf7;
+ border-bottom-width: 0;
+ border-top-right-radius: 6px;
+ border-top-left-radius: 6px;
+ border-top-width: 1px;
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0;
+}
+
+.send-stats-settings dt, .send-stats-settings dd {
+ min-width: 25px;
+}
+
+.send-stats-settings dd {
+ line-height: 1.5em;
+}
+
+.send-stats-settings input {
+ display: none;
+}
+
+.send-stats-settings input[type=checkbox] + label:before {
+ content: "\f096";
+ font-family: FontAwesome;
+ font-size: 1.5em;
+}
+
+.send-stats-settings input[type=checkbox]:checked + label:before {
+ content: "\f14a";
+ color: #3c763d;
+}
+
+.send-stats-data-row a:hover span {
+ text-decoration: underline;
+}
+
+.send-stats-data-row a {
+ text-decoration: none;
+}
+
+.send-stats-data-row i {
+ padding-left: 6px;
+}
+
+.configlist {
+ word-wrap: break-word;
+ word-break: break-all;
+}