mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Minor contacts interface improvements.
Move intervals to pub/sub system
This commit is contained in:
parent
b4e52e768c
commit
975947a948
31 changed files with 691 additions and 524 deletions
|
|
@ -3,6 +3,15 @@
|
|||
|
||||
.b-contacts-content {
|
||||
|
||||
.control-group {
|
||||
.control-label.fix-width {
|
||||
width: 110px;
|
||||
}
|
||||
.controls.fix-width {
|
||||
margin-left: 135px;
|
||||
}
|
||||
}
|
||||
|
||||
&.modal {
|
||||
|
||||
position: absolute;
|
||||
|
|
|
|||
|
|
@ -232,3 +232,7 @@ html.no-rgba .modal {
|
|||
.picker.modal-dialog, .picker.picker-dialog {
|
||||
z-index: 2001 !important;
|
||||
}
|
||||
|
||||
.control-label.remove-padding-top {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,13 +9,18 @@
|
|||
vertical-align: text-top;
|
||||
}
|
||||
|
||||
.icon-folder, .icon-folder-add, .icon-address-book, .icon-list {
|
||||
.icon-folder, .icon-folder-add, .icon-list {
|
||||
line-height: 18px;
|
||||
font-size: 18px;
|
||||
margin-top: -2px;
|
||||
margin-left: -2px;
|
||||
}
|
||||
|
||||
.iconsize24 {
|
||||
line-height: 24px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
/* White icons with optional class, or on hover/active states of certain elements */
|
||||
.icon-white,
|
||||
.nav > .active > a > [class^="icon-"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue