mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-31 23:28:34 -04:00
Jump to 0.3.1
This commit is contained in:
parent
f7f8c901f4
commit
10c9811fc5
49 changed files with 2336 additions and 448 deletions
|
@ -223,10 +223,21 @@ input {
|
|||
border-radius: 5px;
|
||||
color: black;
|
||||
text-shadow: none;
|
||||
min-height: 134px;
|
||||
display: table;
|
||||
min-width: 100%;
|
||||
}
|
||||
.list li .item .tags {
|
||||
.list li .item .content {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.list li .item .content .tags {
|
||||
line-height: 25px;
|
||||
}
|
||||
.list li .item .content .tags span {
|
||||
display: inline-block;
|
||||
line-height: 15px;
|
||||
}
|
||||
.form-inline {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
@ -246,6 +257,10 @@ input {
|
|||
.ui-history-close:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.ui-or {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.modal-title {
|
||||
text-align: left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue