# HG changeset patch # User bsw # Date 1340725729 -7200 # Node ID 8956ad4474b2a8864d47b8f130a0ab0b27d70fbb # Parent a23956f4231e04b758ae7fb8c1846bfe46f9ff48 Optical improvements diff -r a23956f4231e -r 8956ad4474b2 app/main/_filter_view/30_navigation.lua --- a/app/main/_filter_view/30_navigation.lua Tue Jun 26 17:38:53 2012 +0200 +++ b/app/main/_filter_view/30_navigation.lua Tue Jun 26 17:48:49 2012 +0200 @@ -4,7 +4,8 @@ ui.link{ content = function() - ui.tag{ attr = { class = "logolf" }, content = _"LiquidFeedback" } + ui.tag{ attr = { class = "logo_liquid" }, content = "Liquid" } + ui.tag{ attr = { class = "logo_feedback" }, content = "Feedback" } slot.put(" · ") ui.tag{ content = config.instance_name } end, diff -r a23956f4231e -r 8956ad4474b2 static/style.css --- a/static/style.css Tue Jun 26 17:38:53 2012 +0200 +++ b/static/style.css Tue Jun 26 17:48:49 2012 +0200 @@ -169,17 +169,22 @@ background: -o-linear-gradient(#777, #000); background: linear-gradient(#777, #000); box-shadow: #aaa 0 0 5px; - xoverflow: auto; -mox-box-shadow: #aaa 0 0 5px; -webkit-box-shadow: #aaa 0 0 5px; border-top: 1px solid #333; line-height: 35px; padding-top: 5px; + font-size: 120%; } -.topbar .logolf { +.logo_liquid, +.logo_feedback { + font-weight: bold; + color: #fff; +} + +.logo_liquid { margin-left: 6px; - font-weight: bold; } .topbar .instance_name, @@ -188,7 +193,9 @@ line-height: 30px; } -.topbar a:hover { +.topbar a:hover, +.topbar a:hover .logo_liquid, +.topbar a:hover .logo_feedback { color: #f90; } @@ -272,6 +279,7 @@ #member_menu ul li a { float: none; background: #000; + font-size: 80%; } #member_menu ul ul {