diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-24 14:26:10 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-24 14:26:10 +0800 |
commit | aa3b2f588ce684739f688363dc05911cecf56adc (patch) | |
tree | d81a3817eeaf77b06f8fa54edac8b3decd7f7b34 /fg21sim/webui/static/css | |
parent | 2a1be466fb989f9485468e30ddb40a68f3de8772 (diff) | |
download | fg21sim-aa3b2f588ce684739f688363dc05911cecf56adc.tar.bz2 |
webui: Update modal box styles
Diffstat (limited to 'fg21sim/webui/static/css')
-rw-r--r-- | fg21sim/webui/static/css/main.css | 53 |
1 files changed, 34 insertions, 19 deletions
diff --git a/fg21sim/webui/static/css/main.css b/fg21sim/webui/static/css/main.css index aecb48d..1c81268 100644 --- a/fg21sim/webui/static/css/main.css +++ b/fg21sim/webui/static/css/main.css @@ -439,27 +439,17 @@ button, /** - * Logging messages styles + * Modal box styles */ -p.log { - font-size: 1.3rem; - margin-bottom: 0; -} -p.log span { - margin-right: 0.8rem; -} -p.log.log-debug { - color: inherit; -} -p.log.log-info { - color: #398439; -} -p.log.log-warning { - color: #d58512; +.modal .icon { + font-size: 200%; + vertical-align: middle; + margin-right: 0.5rem; } -p.log.log-error, -p.log.log-critical { - color: #ac2925; +.modal .title { + font-size: 120%; + font-weight: bold; + vertical-align: middle; } @@ -492,6 +482,31 @@ hr.hr-dotted { /** + * Logging messages styles + */ +p.log { + font-size: 1.3rem; + margin-bottom: 0; +} +p.log span { + margin-right: 0.8rem; +} +p.log.log-debug { + color: inherit; +} +p.log.log-info { + color: #398439; +} +p.log.log-warning { + color: #d58512; +} +p.log.log-error, +p.log.log-critical { + color: #ac2925; +} + + +/** * "products" page specific styles */ td.product > .hpx.hpx-convert { |