diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-01-09 18:39:09 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-01-09 18:39:09 +0000 |
commit | 6c78cd2765cf7ee22ea988fe9ed70af6ad191073 (patch) | |
tree | 00ae4460dda5ecf3217fc33f904dd8bc9f32bcd5 /core | |
parent | 3be056404049d8a567c174a72d2864deeb81b39c (diff) | |
download | nextcloud-server-6c78cd2765cf7ee22ea988fe9ed70af6ad191073.tar.gz nextcloud-server-6c78cd2765cf7ee22ea988fe9ed70af6ad191073.zip |
Moved .separator to core css
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index d1c648383c0..b0f83c9b065 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -125,4 +125,5 @@ 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;}
\ No newline at end of file +.hint { background-image: url('/core/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; }
\ No newline at end of file |