]> source.dussan.org Git - nextcloud-server.git/commitdiff
Moved .separator to core css
authorTom Needham <needham.thomas@gmail.com>
Mon, 9 Jan 2012 18:39:09 +0000 (18:39 +0000)
committerTom Needham <needham.thomas@gmail.com>
Mon, 9 Jan 2012 18:39:09 +0000 (18:39 +0000)
apps/files_pdfviewer/css/viewer.css
core/css/styles.css

index cbab9e70dc2bec93fab008630234ea852833df91..b735dbfedfc60da83ba26311e4404303b5eef76a 100755 (executable)
   display: none;
 }
 
-.separator {
-  display: inline;
-  border-left: 1px solid #d3d3d3;
-  border-right: 1px solid #fff;
-  height: 10px;
-  width:0px;
-  margin: 4px;
-}
-
 #controls2 > a > img {
     margin: 4px;
     height: 10px;
index d1c648383c0cdee2f792cfbc9f4c4f18dcfd3a3c..b0f83c9b06539c88164efa9410ab23491967677f 100644 (file)
@@ -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