Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-03-30 16:36:59 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-03-30 16:36:59 +0400
commitffd2756bfeda77beee0e01825e3d886274e99d3d (patch)
tree2ba8f0ac72543a2d0ad952544ced935734ceef27 /plugins/CoreHome
parentbb247aaa2598e50e26e3f1b31603b2e43fadd1fd (diff)
Adding rounded corners in menus - does it look better?
Diffstat (limited to 'plugins/CoreHome')
-rw-r--r--plugins/CoreHome/templates/menu.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/plugins/CoreHome/templates/menu.css b/plugins/CoreHome/templates/menu.css
index b95539af8c..e974bb202c 100644
--- a/plugins/CoreHome/templates/menu.css
+++ b/plugins/CoreHome/templates/menu.css
@@ -27,6 +27,7 @@
float: left;
list-style: none;
z-index: 49;
+ margin-right:2px;
}
.nav li.current ul {
@@ -59,10 +60,15 @@
position: absolute;
}
+.nav li, .nav li:hover,.nav li.sfHover,.nav li.current,.nav a:focus,.nav a:hover,.nav a:active{
+-moz-border-radius:5px 5px 0 0;
+-webkit-border-radius:5px 5px 0 0;
+}
+
/* LEVEL1 HOVER */
-.nav li:hover,.nav li.sfHover,.nav li.current,.nav a:focus,.nav a:hover,.nav a:active
- {
+.nav li:hover,.nav li.sfHover,.nav li.current,.nav a:focus,.nav a:hover,.nav a:active {
background: #C9D5FF;
+ -moz-border-radius:5px 5px 0 0;
}
.nav li {