1
0
Fork 0

ui changes

This commit is contained in:
Heiko Kernbach 2015-07-23 18:06:16 +02:00
parent 8d63337c10
commit 1dfcb751dc
4 changed files with 15 additions and 2 deletions

View File

@ -3,7 +3,7 @@
</div>
<div class="innerContent">
<div class="innerContent document-info-div">
<div class="document-info">

View File

@ -1,9 +1,13 @@
.document-info-div {
margin-top: 20px;
}
.document-info {
background-color: #fff;
border-radius: 4px;
margin-bottom: 8px;
margin-top: -10px;
margin-top: -13px;
min-height: 65px;
padding: 5px;

View File

@ -1,3 +1,7 @@
#documentsDiv {
margin-top: 20px;
}
.new-index-view {
input[type='checkbox'] {
float: left;

View File

@ -51,8 +51,13 @@
margin-top: 5px;
}
.document-editor-extra {
margin-top: 10px;
}
.document-editor {
height: 500px;
margin-top: -10px;
margin-bottom: 5px;
width: 100%;
}