diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-01-30 12:21:30 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-12-03 14:20:28 +0100 |
commit | c5e0635bc79197011744394a221b5ccdcf305fc6 (patch) | |
tree | d311c3b05ed4958d442b97f6ef238a05b547406d /phpBB/adm/style/admin.css | |
parent | 267d1b15c4884dd67a299b2428251e68cd55327b (diff) | |
download | forums-c5e0635bc79197011744394a221b5ccdcf305fc6.tar forums-c5e0635bc79197011744394a221b5ccdcf305fc6.tar.gz forums-c5e0635bc79197011744394a221b5ccdcf305fc6.tar.bz2 forums-c5e0635bc79197011744394a221b5ccdcf305fc6.tar.xz forums-c5e0635bc79197011744394a221b5ccdcf305fc6.zip |
[ticket/14492] Add basic layout for enabling viglink
PHPBB3-14492
Diffstat (limited to 'phpBB/adm/style/admin.css')
-rw-r--r-- | phpBB/adm/style/admin.css | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index e1668bf70b..c791f30cbc 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -2583,3 +2583,64 @@ fieldset.permissions .padding { line-height: 25px; font-weight: bold; } + +.send-stats-row { + margin: 25px -15px 0; +} + +.send-stats-row h3 { + margin: 0; + text-align: center; +} + +.send-stats-row:before { + display: table; + 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; + margin-bottom: 20px; + background-color: #eff0f2; + border-radius: 6px; + box-shadow: rgba(0,0,0,0.3) 1px 1px 5px; +} + +.send-stats-tile h2 { + margin-top: 0; + text-align: center; +} + +.send-stats-tile h2 > p { + display: inline-block; +} + +.send-stats-tile i { + padding-right: 0.3em; +} + +.viglink-header { + background: url('http://www.viglink.com/wp-content/uploads/2015/05/favicon-96x96.png') no-repeat 0 0; + padding-left: 30px; + background-size: 25px; +} + +.icon { + font-family: FontAwesome; + font-style: normal; +} |