diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-01-31 23:03:40 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-01-31 23:03:40 +0100 |
commit | ba372f046e085618e847c6cece0884fa426c5aa8 (patch) | |
tree | 0f8a4f352674d7ebdfaf9300e5fd2dda7cd3a47e /module/web/static/css/default/dashboard.less | |
parent | added actionbar, two-column dashboard (diff) | |
download | pyload-ba372f046e085618e847c6cece0884fa426c5aa8.tar.xz |
added some icons, placeholder for left menu
Diffstat (limited to 'module/web/static/css/default/dashboard.less')
-rw-r--r-- | module/web/static/css/default/dashboard.less | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index e7e6117da..fd0ebf61e 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -4,46 +4,6 @@ Dashboard
*/
-.nav > li > a:hover {
- color: @blue;
-}
-
-#dash-nav {
- border-bottom: 1px dashed @grey;
- padding-bottom: 2px;
- margin-bottom: 5px;
-}
-
-#dash-nav > li > a {
- margin-top: 5px;
-}
-
-#dash-nav .breadcrumb {
- margin: 0;
- padding-top: 10px;
- padding-bottom: 0;
-
- .active {
- color: @grey;
- }
-
-}
-
-#dash-nav form {
- margin-top: 8px;
- margin-bottom: 0;
-}
-
-#dash-nav input, #dash-nav button {
- padding-top: 2px;
- padding-bottom: 2px;
-}
-
-#dash-nav .dropdown-menu i {
- margin-top: 4px;
- padding-right: 5px;
-}
-
#dashboard ul {
margin: 0;
list-style: none;
|