diff options
author | Brice Maron <brice@bmaron.net> | 2011-10-16 13:12:11 +0200 |
---|---|---|
committer | Brice Maron <brice@bmaron.net> | 2011-10-16 13:12:11 +0200 |
commit | 5d09a5e37e2afd7a54a022361d455c96758fd7a8 (patch) | |
tree | 2f95ccb30af6c8fd591e225d85a5a4ecacd16f64 /core/css | |
parent | c383543ec9d56db12fdf6d796ea95667dd3f1c45 (diff) | |
download | nextcloud-server-5d09a5e37e2afd7a54a022361d455c96758fd7a8.tar.gz nextcloud-server-5d09a5e37e2afd7a54a022361d455c96758fd7a8.zip |
Add some color in error messages + img for hints
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 539ae580aa0..ea09a1f3636 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -121,5 +121,6 @@ div.jp-play-bar, div.jp-seek-bar { padding:0; } .pager { list-style:none; float:right; display:inline; margin:.7em 13em 0 0; } .pager li { display:inline-block; } -li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; background:#ffe .8em .8em no-repeat; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } -.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { overflow: hidden; text-overflow: ellipsis; }
\ No newline at end of file +li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; background:#ffe .8em .8em no-repeat; color: #FF3B3B; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { overflow: hidden; text-overflow: ellipsis; } +.hint { background-image: url('/core/img/actions/info.png'); background-repeat:no-repeat; color: #777777; padding-left: 25px; background-position: 0 0.3em;}
\ No newline at end of file |