diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-13 12:31:51 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-13 12:31:51 +0200 |
| commit | 50162e444ac3f50194318338cfb3b1ad7480f9a8 (patch) | |
| tree | bfad38e1c51e88d95af4e2588ea7f34e567821bb /ishtar_common/static | |
| parent | 076ce993f1524d646fae406cb493661312260b20 (diff) | |
| parent | 4b7ee2dcb97a3b01670949a8de5ee6029c270f04 (diff) | |
| download | Ishtar-50162e444ac3f50194318338cfb3b1ad7480f9a8.tar.bz2 Ishtar-50162e444ac3f50194318338cfb3b1ad7480f9a8.zip | |
Merge branch 'master' into v0.9
Diffstat (limited to 'ishtar_common/static')
| -rw-r--r-- | ishtar_common/static/media/style.css | 40 |
1 files changed, 35 insertions, 5 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css index bff3ef473..aab5063e4 100644 --- a/ishtar_common/static/media/style.css +++ b/ishtar_common/static/media/style.css @@ -886,14 +886,47 @@ a.photo{ padding:0; } +.dashboard{ + margin-top: 1em; +} + +.dashboard.ui-accordion .ui-accordion-header{ + margin-left: auto; + margin-right: auto; + padding-top: 0.8em; + padding-bottom: 0.8em; +} + +.dashboard.ui-accordion .ui-accordion-content{ + padding: 1.3em; +} + +.dashboard .ui-icon, +.dashboard .ui-state-hover .ui-icon, +.dashboard .ui-state-default .ui-icon, +.dashboard .ui-state-active .ui-icon { + background-image: none; + color: white; + text-indent: 0; +} + +.dashboard .ui-state-active .ui-icon:before { + content: "\f0d7"; + font-family: 'FontAwesome'; +} + +.dashboard .ui-icon:before { + content: "\f0da"; + font-family: 'FontAwesome'; +} + .dashboard > div, .dashboard h3{ width:760px; margin:0; margin-left:auto; margin-right:auto; - border-radius: 8px; - border-radius: 8px; + border-radius: 4px; } .dashboard > div{ @@ -907,12 +940,9 @@ a.photo{ .dashboard h3{ margin-top:1em; - width:762px; background-color:#922; color:#FFF; padding:10px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } .dashboard p{ |
