summaryrefslogtreecommitdiffstats
path: root/files/css
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2011-10-27 17:08:58 +0100
committerTom Needham <needham.thomas@gmail.com>2011-10-27 17:08:58 +0100
commitd7a7c40a0f0e6d2a527fd93b7c65d16ff096c783 (patch)
tree7299a4439221c3fbe8fd41a7a75ebd35c02f8f9d /files/css
parent6eee63848212d7b29e5b0444b5f4ab9fd2dc4cdc (diff)
downloadnextcloud-server-d7a7c40a0f0e6d2a527fd93b7c65d16ff096c783.tar.gz
nextcloud-server-d7a7c40a0f0e6d2a527fd93b7c65d16ff096c783.zip
Moved breacrumb styling to core for use outside files app.
Diffstat (limited to 'files/css')
-rw-r--r--files/css/files.css9
1 files changed, 1 insertions, 8 deletions
diff --git a/files/css/files.css b/files/css/files.css
index ac1f523f862..12d14e843e3 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -32,9 +32,6 @@ tbody a { color:#000; }
span.extention, td.date { color:#999; }
span.extention { opacity:0; -webkit-transition:opacity 500ms; -moz-transition:opacity 500ms; -o-transition:opacity 500ms; transition:opacity 500ms; }
tr:hover span.extention { opacity:1; }
-div.crumb { float:left; display:block; background:no-repeat right 0; padding:.75em 1.5em 0 1em; height:2.9em; }
-div.crumb:first-child { padding-left:1em; }
-div.crumb.last { font-weight:bold; }
table tr.mouseOver td { background-color:#eee; }
table th { height:2em; padding:0 .5em; color:#999; }
table th .name { float:left; margin-left:.5em; }
@@ -60,8 +57,4 @@ table thead.fixed { height:2em; }
#select_all { float:left; margin:.3em 0.6em 0 .5em; }
#uploadsize-message,#delete-confirm { display:none; }
.selectedActions a,#fileList a.action { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; }
-.selectedActions { display:none; }
-
-/* add breadcrumb divider to the File item in navigation panel */
-#navigation>ul>li:first-child { background:url('../../core/img/breadcrumb-start.svg') no-repeat 12.5em 0px; width:12.5em; padding-right:1em; position:fixed; }
-#navigation>ul>li:first-child+li { padding-top:2.9em; } \ No newline at end of file
+.selectedActions { display:none; } \ No newline at end of file