mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
css: minor improvements
This commit is contained in:
parent
281b7a2ab0
commit
eb0d8839c2
7 changed files with 43 additions and 33 deletions
|
@ -6,11 +6,6 @@
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.exporttype {
|
||||
margin-left: 5px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#importmessagefail {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.popup-content {
|
||||
border-radius: 3px;
|
||||
border-radius: 5px;
|
||||
padding: 25px;
|
||||
background: none;
|
||||
background-color: white;
|
||||
|
@ -32,3 +32,14 @@
|
|||
border: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.popup .dropdowns-container .dropdown-line {
|
||||
margin-top: 15px;
|
||||
}
|
||||
.popup .dropdowns-container label {
|
||||
width: 120px;
|
||||
display: inline-block;
|
||||
}
|
||||
.popup .dropdowns-container select {
|
||||
min-width: 180px;
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
|
||||
.toolbar ul li {
|
||||
margin: 5px 1px;
|
||||
margin: 7px 1px;
|
||||
}
|
||||
.toolbar ul li a, .toolbar .buttonicon {
|
||||
color: inherit;
|
||||
|
@ -75,6 +75,7 @@
|
|||
.toolbar ul li select {
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
background-color: inherit;
|
||||
border-radius: 3px;
|
||||
width: auto;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue