mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 12:03:51 +08:00
Adding ellipsis to site title in admin
--HG-- branch : 1.x
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user