Adding ellipsis to site title in admin

--HG--
branch : 1.x
This commit is contained in:
Bertrand Le Roy
2013-06-13 15:09:04 +02:00
parent e5dd5790d7
commit 25b947cf5f

View File

@@ -240,8 +240,15 @@ ul.disc {list-style:disc inside; margin:12px 0;}
width:40px;
}
#site {
font-size:1.385em; /*18px*/
font-size: 1.385em; /*18px*/
}
#site a {
width: 186px;
white-space: nowrap;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
#site a, #site a:visited, #site a:active {
color:#fff;