GitList
Repositories
Help
Report an Issue
vroom360
Code
Commits
Branches
Tags
Search
Tree:
e36c40f
Branches
Tags
master
vroom360
admin
admin_style_topbar.css
initial commit
Dev Ghai
commited
e36c40f
at 2013-09-26 06:24:15
admin_style_topbar.css
Blame
History
Raw
/* Document : admin_style_topbar Created on : Nov 27, 2011, 2:05:49 AM Author : dghai Description: Purpose of the stylesheet follows. */ /* Syntax recommendation http://www.w3.org/TR/REC-CSS2/ */ .menuTile { float: left; overflow: hidden; margin: 5px; padding: 5px; text-align: center; } .topbar { width: 100%; overflow: hidden; } .topbar, .menuTile, ul.submenu { border: 1px solid black; border-radius: 5px; } .sectionTitle { white-space: nowrap; margin: 5px; float: left; font-size: 1.7em; display: block; } .menuList { text-decoration: none; margin: 0px; padding: 0px; display: inline-block; float: right; } .menuTile:hover ul.submenu { display: block; } ul.submenu { text-align: left; background-color: white; border: 1px solid #CCCCCC; display: none; list-style: none outside none; overflow: hidden; /*This hides bullets for opera*/ margin-top: 0.2em; margin-left: -5px; padding: 0.4em; position: absolute; }