summaryrefslogtreecommitdiffstats
path: root/core/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 /core/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 'core/css')
-rw-r--r--core/css/styles.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 0f591859f3a..4730eee56d4 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -98,6 +98,14 @@ label.infield { cursor: text !important; }
#expand+span { position:relative; bottom:.4em; left:.2em; font-size:1.2em; color:#666; text-shadow:#f8f8f8 0 1px 0; }
#logout { position:absolute; right:0; top:0; padding:1.2em 2em .55em 1.2em; }
+/* BREADCRUMB */
+
+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; }
+/* 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; }
/* VARIOUS REUSABLE SELECTORS */
.hidden { display:none; }