css fixes to make jot look better with background colors or images

This commit is contained in:
Mario Vavti
2016-03-01 13:09:04 +01:00
parent 91bb4bdf50
commit 0ebce75c7d
5 changed files with 42 additions and 44 deletions

View File

@@ -19,20 +19,30 @@ code {
display:none;
}
#jot-title-wrap,
#jot-pagetitle-wrap,
#jot-category-wrap {
border-bottom: 1px solid #ccc;
}
#jot-attachment-wrap {
border-top: 1px solid #ccc;
}
#jot-title-wrap input,
#jot-pagetitle-wrap input {
padding: 8px;
margin-bottom: 5px;
padding: 10px;
}
.profile-jot-text {
height: 39px;
padding: 8px;
padding: 11px;
width: 100%;
}
.jot-attachment {
padding: 8px;
border: 0px;
padding: 11px;
width: 100%;
}
@@ -42,13 +52,18 @@ code {
}
#profile-jot-submit-wrapper {
margin-top: 10px;
border-top: 1px solid #ccc;
padding: 10px;
}
#profile-jot-perms-end {
height: 30px;
}
#profile-jot-form {
line-height: 1;
}
#profile-jot-wrapper {
margin-bottom: 30px;
}

View File

@@ -25,7 +25,7 @@
}
#photos-upload-choose {
padding: 4px;
padding: 7px 10px;
width: 100%;
}