Knjižnica vprašanj - dodano "..."
This commit is contained in:
parent
cb5e8fc6e4
commit
2f6b79ae30
@ -17156,6 +17156,8 @@ and open the template in the editor.
|
|||||||
}
|
}
|
||||||
#toolbox_library #library_holder #library div .folder_right {
|
#toolbox_library #library_holder #library div .folder_right {
|
||||||
width: 15px;
|
width: 15px;
|
||||||
|
height: 22px;
|
||||||
|
line-height: 22px;
|
||||||
float: right;
|
float: right;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@ -17169,12 +17171,18 @@ and open the template in the editor.
|
|||||||
#toolbox_library #library_holder #library div.folder_left {
|
#toolbox_library #library_holder #library div.folder_left {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
float: none;
|
float: none;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
#toolbox_library #library_holder #library div.folder_left.indent {
|
#toolbox_library #library_holder #library div.folder_left.indent {
|
||||||
display: block;
|
display: block;
|
||||||
height: auto;
|
height: 22px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
#toolbox_library #library_holder #library .folder strong:hover {
|
#toolbox_library #library_holder #library .folder strong:hover {
|
||||||
|
@ -191,6 +191,8 @@ and open the template in the editor.
|
|||||||
div {
|
div {
|
||||||
.folder_right {
|
.folder_right {
|
||||||
width: 15px;
|
width: 15px;
|
||||||
|
height: 22px;
|
||||||
|
line-height: 22px;
|
||||||
float: right;
|
float: right;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@ -209,12 +211,18 @@ and open the template in the editor.
|
|||||||
div.folder_left {
|
div.folder_left {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
float: none;
|
float: none;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
div.folder_left.indent {
|
div.folder_left.indent {
|
||||||
display: block;
|
display: block;
|
||||||
height: auto;
|
height: 22px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.folder {
|
.folder {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user