mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(style) show only part of name is to long
This commit is contained in:
parent
c694209d6c
commit
6fea849020
1 changed files with 2 additions and 4 deletions
|
|
@ -293,9 +293,6 @@ a:hover, a:active {
|
|||
color : rgb(246, 224, 124);
|
||||
color : rgba(246, 224, 124, 0.56);
|
||||
font : 16px 'Fontello';
|
||||
width : 6%;
|
||||
margin-left : 10px;
|
||||
float : left;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
|
|
@ -305,8 +302,9 @@ a:hover, a:active {
|
|||
|
||||
.name {
|
||||
float: none;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
font-size: 18px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.directory::before {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue