projects
/
website
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec124fe
)
Breadcrumb wird jetzt auch auf kleineren Tablets angezeigt
author
Kai Moritz
<km@feder-software.de>
Thu, 13 Feb 2014 08:44:24 +0000
(09:44 +0100)
committer
Kai Moritz
<kai@juplo.de>
Tue, 19 Jan 2016 16:45:41 +0000
(17:45 +0100)
src/main/webapp/less/tablet/layout.less
patch
|
blob
|
history
diff --git
a/src/main/webapp/less/tablet/layout.less
b/src/main/webapp/less/tablet/layout.less
index
9310108
..
57cb233
100644
(file)
--- a/
src/main/webapp/less/tablet/layout.less
+++ b/
src/main/webapp/less/tablet/layout.less
@@
-202,7
+202,8
@@
body.nomenu
/** Breadcrump positionieren */
-#breadcrumb
+.menu #breadcrumb,
+.nomenu #breadcrumb
{
left: 11.9em;
right: 3em;
@@
-214,7
+215,8
@@
body.nomenu
}
@media (max-width: @maxsmallertablet)
{
- display: none;
+ top: 5.8em;
+ left: 7em;
}
}