Removed margin for listed files from file uploader

This commit is contained in:
Andy Strobel 2014-03-09 20:13:18 +01:00
parent 0a2e79928f
commit 796c762f9d
4 changed files with 75 additions and 2 deletions

View File

@ -354,6 +354,12 @@ ul.tag_input li img {
.placeholder {
padding: 15px;
}
.placeholder-empty-stream {
background-image: url('../img/placeholder-postform-arrow.png');
background-repeat: no-repeat;
padding: 37px 0 0 70px;
margin-left: 90px;
}
.media-list li.placeholder {
font-size: 14px !important;
border-bottom: none;
@ -406,7 +412,8 @@ ul.tag_input li img {
.mime-audio {
background-image: url('../img/mime/audio.png');
}
.files {
.files,
#postFormFiles_list {
padding-left: 0;
}
.highlight {

View File

@ -88,6 +88,7 @@ hr {
padding: 3px 10px;
margin-bottom: 10px;
}
}
#topbar-first {
@ -481,6 +482,14 @@ ul.tag_input {
padding: 15px;
}
.placeholder-empty-stream {
background-image: url('../img/placeholder-postform-arrow.png');
background-repeat: no-repeat;
padding: 37px 0 0 70px;
margin-left: 90px;
}
.media-list li.placeholder {
font-size: 14px !important;
border-bottom: none;
@ -552,7 +561,7 @@ ul.tag_input {
background-image: url('../img/mime/audio.png');
}
.files {
.files, #postFormFiles_list {
padding-left: 0;
}

View File

@ -311,6 +311,11 @@ h4 {
background-color: #526e82;
color: white;
}
.popover .popover-title {
background: none;
border-bottom: none;
font-weight: bold;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
@ -566,6 +571,15 @@ a.label-warning:hover {
font-size: 13px;
font-weight: 600;
}
.list-group-item h4 {
font-size: 16px;
font-weight: 300;
color: #bebebe;
background-color: white;
border: none;
padding: 10px;
padding: 0;
}
a.list-group-item {
color: #555555;
}
@ -589,6 +603,15 @@ a.list-group-item.active {
.modal {
border: none;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5 {
margin-top: 0;
color: #bebebe;
font-weight: 300;
}
.modal-title {
font-size: 16px;
font-weight: 200;
@ -704,6 +727,12 @@ a.list-group-item.active {
.placeholder {
padding: 10px;
}
.placeholder-empty-stream {
background-image: url('../img/placeholder-postform-arrow.png');
background-repeat: no-repeat;
padding: 37px 0 0 70px;
margin-left: 90px;
}
ul.tag_input {
-webkit-box-shadow: none;
box-shadow: none;

View File

@ -451,6 +451,15 @@ h4 {
}
.popover {
.popover-title {
background: none;
border-bottom: none;
//.heading;
font-weight: bold;
}
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
background-color: @colorPrimary3;
}
@ -767,6 +776,11 @@ a.label-warning:hover {
font-weight: 600;
font-size: 13px;
font-weight: 600;
h4 {
.heading;
padding: 0;
}
}
a.list-group-item {
@ -797,6 +811,12 @@ a.list-group-item.active {
// --------------------------------------------------
.modal {
border: none;
h1, h2, h3, h4, h5 {
margin-top: 0;
color: @colorFont4;
font-weight: 300;
}
}
.modal-title {
@ -955,10 +975,18 @@ a.list-group-item.active {
color: #999;
}
// Placeholder
.placeholder {
padding: 10px;
}
.placeholder-empty-stream {
background-image: url('../img/placeholder-postform-arrow.png');
background-repeat: no-repeat;
padding: 37px 0 0 70px;
margin-left: 90px;
}
ul.tag_input {
-webkit-box-shadow: none;
box-shadow: none;