aboutsummaryrefslogtreecommitdiffstats
path: root/files/css/files.css
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-07-22 16:52:35 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-07-22 16:52:35 +0200
commitceb711dff4ceb02efd1c96b867df050f15ba4a93 (patch)
tree490b3f409b9b3bbc491c757c8a3182a52bef77eb /files/css/files.css
parentd6bf5cd251e4b3ce8a1bbbe09a029148881eeac9 (diff)
downloadnextcloud-server-ceb711dff4ceb02efd1c96b867df050f15ba4a93.tar.gz
nextcloud-server-ceb711dff4ceb02efd1c96b867df050f15ba4a93.zip
some work on the breadcrumb navigation for files
Diffstat (limited to 'files/css/files.css')
-rw-r--r--files/css/files.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/files/css/files.css b/files/css/files.css
index d45d93441de..590c7bac364 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -115,10 +115,13 @@ span.extention{
div.crumb{
float:left;
+ display:block;
background-repeat:no-repeat;
background-position:right 0px;
font-size:20px;
- padding:8px;
+ padding-top:8px;
+ padding-left:8px;
+ height:28px; /*36-8*/
}
table tr.mouseOver td { background-color:#eee; }
@@ -158,4 +161,13 @@ table td.delete { background-image:url('../img/delete.png'); }
float:right;
display:none;
}
-#uploadsize-message{display:none} \ No newline at end of file
+#uploadsize-message{display:none}
+
+/* add breadcrumb divider to the File item in navigation panel */
+#plugins li:first-child{
+ background-position: 15.7em 0px;
+ background-repeat:no-repeat;
+ background-image: url("/owncloud/core/img/breadcrumb-divider-start.png");
+ width:15.7em;
+ padding-right:11px;
+}