mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
CSS optimizations
This commit is contained in:
parent
bd4912bfd7
commit
9473f87ea8
@ -64,7 +64,12 @@ hr {
|
||||
line-height: 20px;
|
||||
}
|
||||
.topbar .dropdown-footer {
|
||||
margin: 10px;
|
||||
margin: 10px 10px 5px 10px;
|
||||
}
|
||||
.topbar .dropdown-header {
|
||||
font-size: 16px;
|
||||
padding: 3px 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#topbar-first {
|
||||
top: 0;
|
||||
@ -338,6 +343,14 @@ ul.tag_input li img {
|
||||
.placeholder {
|
||||
padding: 15px;
|
||||
}
|
||||
.media-list li.placeholder {
|
||||
font-size: 14px !important;
|
||||
border-bottom: none;
|
||||
}
|
||||
.media-list li.placeholder:hover {
|
||||
background: none !important;
|
||||
border-left: 3px solid white;
|
||||
}
|
||||
.space-member-sign {
|
||||
color: #5cb85c;
|
||||
position: absolute;
|
||||
|
@ -80,7 +80,13 @@ hr {
|
||||
}
|
||||
|
||||
.dropdown-footer {
|
||||
margin: 10px;
|
||||
margin: 10px 10px 5px 10px;
|
||||
}
|
||||
|
||||
.dropdown-header {
|
||||
font-size: 16px;
|
||||
padding: 3px 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -460,6 +466,16 @@ ul.tag_input {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.media-list li.placeholder {
|
||||
font-size: 14px !important;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.media-list li.placeholder:hover {
|
||||
background: none !important;
|
||||
border-left: 3px solid white;
|
||||
}
|
||||
|
||||
// Member sign for directory list
|
||||
.space-member-sign {
|
||||
color: #5cb85c;
|
||||
|
@ -19,6 +19,10 @@ h4 {
|
||||
border: none;
|
||||
padding: 10px;
|
||||
}
|
||||
.topbar .dropdown-header {
|
||||
font-weight: 300;
|
||||
color: #bebebe;
|
||||
}
|
||||
#topbar-first {
|
||||
background-color: #526e82;
|
||||
color: white;
|
||||
|
@ -67,6 +67,13 @@ h4 {
|
||||
// x) Topbar
|
||||
// --------------------------------------------------
|
||||
|
||||
.topbar {
|
||||
.dropdown-header {
|
||||
font-weight: 300;
|
||||
color: @colorFont4;
|
||||
}
|
||||
}
|
||||
|
||||
#topbar-first {
|
||||
background-color: @colorPrimary3;
|
||||
color: white;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.7 KiB |
Loading…
x
Reference in New Issue
Block a user