Browse Source

issues on dashboard title and logo

why limit title_mode: single_text to 140px anyway
Daniele Bartocci 11 years ago
parent
commit
8c8884493a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Resources/public/css/styles.css

+ 2 - 1
Resources/public/css/styles.css

@@ -43,8 +43,9 @@ body > .header .logo {
     display: inline-block;
     line-height: 1;
     vertical-align: middle;
-    width: 140px;
+    width: 200px;
 }
+.logo img + span { width: 140px; }
 
 .open > .dropdown-menu {
     animation-duration: .3s;