mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Split admin css from app.css
Cleanup normalize and bootstrap css Removed almost all css float Removed CKEditor from app.css
This commit is contained in:
parent
6dacfb3cf4
commit
b6d8fa5b3f
74 changed files with 455 additions and 1014 deletions
|
|
@ -61,7 +61,7 @@
|
|||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
.inputEmail, .inputPassword {
|
||||
.inputEmail, .inputLogin, .inputPassword {
|
||||
padding-right: 35px;
|
||||
}
|
||||
|
||||
|
|
@ -145,6 +145,12 @@
|
|||
left: 0;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
display: block;
|
||||
opacity: 1;
|
||||
transition: opacity 0.5s linear;
|
||||
}
|
||||
.alert[hidden] {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.flag-selector {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue