]> source.dussan.org Git - nextcloud-server.git/commitdiff
removed some more legacy CSS
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Fri, 29 Jul 2011 02:24:02 +0000 (04:24 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Fri, 29 Jul 2011 02:24:02 +0000 (04:24 +0200)
apps/files_publiclink/templates/admin.php
core/css/styles.css
files/css/files.css

index da4586cb3df1ce8352518c197a8598724678275c..04aaf5c43027565e5eda640d2be573391d298f0f 100644 (file)
@@ -25,4 +25,4 @@
                        </form>
                </tr>
        </tbody>
-</table>
\ No newline at end of file
+</table>
index cfb5db55d9980eb8abfba0725d4d6393ae71c4d2..6fc24d4c212372741a7f57df3d980620ab25a9d0 100644 (file)
@@ -93,21 +93,6 @@ input[type="search"] { font-size:1em; padding-left:2em; background:#eee url('../
 /* CONTENT ------------------------------------------------------------------ */
 #content { margin:3.5em 0 0 15.7em; }
 
-
-/* NAVIGATION BAR */
-span.nav { display:block; float:left; /*margin-right:55em;*/ }
-span.nav a { padding:0.5em 1.5em 0.5em 0.5em; background-position:right center; background-repeat:no-repeat; background-image:url('../img/arrow.png'); text-decoration:none; }
-span.nav a img { height:16px; vertical-align:text-top; }
-
-/* ACTIONS BAR */
-p.actions, div.actions { padding:7px; float:right; margin-right:16em; }
-p.actions a, div.actions a { padding:0.5em 0.5em 0.5em 3em; background-position:1em center; background-repeat:no-repeat; background-image:url('../img/action.png'); border-right:1px solid #eee; text-decoration:none; color:#333; }
-p.actions a:hover, p.actions a:focus, div.actions a:hover, div.actions a:focus { background-color:#eee; color:#000; outline:0; }
-p.actions a:active, div.actions a:active { outline:0; }
-p.actions a.new-dir, div.actions a.new-dir { background-image:url('../img/folder-new.png'); }
-p.actions a.download, div.actions a.download { background-image:url('../img/download.png'); }
-p.actions a.delete, div.actions a.delete { background-image:url('../img/delete.png'); }
-
 /* USER SETTINGS ------------------------------------------------------------ */
 #quota_indicator { margin:0 4em 1em 0; padding:0; border:1px solid #ddd; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
 #quota_indicator div { background-color:#76A9EA; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; }
index dd2ed732c77c97e9f93e7933817a29469876c26c..56a06a903b3f779394bbbae2ff80480ce662f257 100644 (file)
@@ -1,4 +1,5 @@
 /* FILE MENU */
+.actions { padding:.6em; float:right; margin-right:16em; }
 #file_menu { right:0px; position:absolute; top:0; }
 #file_menu a { display:block; float:left; background-image:none; text-decoration:none; }
 .file_upload_form, #file_newfolder_form { display:inline; }
@@ -17,7 +18,7 @@ table { position:relative; top:37px; width:100%; }
 tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#eee; }
 tbody a { color:#000; }
 span.extention, td.date { color:#999; }
-div.crumb { float:left; display:block; background-repeat:no-repeat; background-position:right 0px; font-weight:bold; padding-top:8px; padding-left:8px; height:28px; /*36-8*/ }
+div.crumb { float:left; display:block; background:no-repeat right 0; font-weight:bold; padding:8px 1.5em 0 1em; height:28px; /*36-8*/ }
 table tr.mouseOver td { background-color:#eee; }
 table th { padding:.5em; height:2em; }
 table th .name { float:left; margin-left:.5em; }