diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-06-06 10:12:54 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-06-06 10:12:54 +0200 |
commit | fa0c45b005665876d9365674c247fc9212f05df9 (patch) | |
tree | 8546c0c5dbd5884477ca164019850bc46aa9918e /core/css/styles.css | |
parent | b8275691e77f6328da29770ae95fddccc70862a8 (diff) | |
parent | fce614b82c61a0d2e45ffe05bbe030d842f3ca16 (diff) | |
download | nextcloud-server-fa0c45b005665876d9365674c247fc9212f05df9.tar.gz nextcloud-server-fa0c45b005665876d9365674c247fc9212f05df9.zip |
Merge branch 'master' into oc_error
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 69c12dbe6d7..e3c595113ad 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -134,7 +134,7 @@ div.jp-play-bar, div.jp-seek-bar { padding:0; } 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;} +.hint { background-image: url('../img/actions/info.png'); background-repeat:no-repeat; color: #777777; padding-left: 25px; background-position: 0 0.3em;} .separator { display: inline; border-left: 1px solid #d3d3d3; border-right: 1px solid #fff; height: 10px; width:0px; margin: 4px; } a.bookmarklet { background-color: #ddd; border:1px solid #ccc; padding: 5px;padding-top: 0px;padding-bottom: 2px; text-decoration: none; margin-top: 5px } |