This commit is contained in:
friendica
2014-04-17 01:36:17 -07:00
4 changed files with 58 additions and 9 deletions

View File

@@ -92,9 +92,9 @@ code {
font-family: Courier, monospace;
display: block;
overflow: auto;
border: 1px solid #444;
background: #EEE;
color: #444;
border: 1px solid $code_borderc;
background: $code_bgcolour;
color: $code_txtcolour;
padding: 10px;
margin-top: 20px;
max-width: 80%;
@@ -216,7 +216,7 @@ footer {
}
.preview {
background: url('../img/gray_and_white_diagonal_stripes_background_seamless.gif');
background: url('../img/$preview_backgroundimg');
}
#theme-preview {
@@ -1572,6 +1572,10 @@ header {
clear: both;
}
.modal-content {
background-color: $acl_bgcolour;
}
#acl-search {
margin-top: 20px;
padding: 8px;
@@ -1589,7 +1593,7 @@ header {
#acl-list {
display: block;
border: 1px solid #cccccc;
border: 1px solid $acl_bordercolour;
overflow: auto;
clear: both;
min-height: 62px;
@@ -1602,7 +1606,7 @@ header {
.acl-list-item {
width: calc(50% - 10px);
border: 1px solid #cccccc;
border: 1px solid $acl_bordercolour;
margin: 0px 0px 10px 10px;
padding: 5px;
float: left;
@@ -1638,6 +1642,11 @@ header {
.acl-button-hide {
float: right;
margin-left: 5px;
$aclbutton_linkcolour
}
#acl-showall {
$aclbutton_linkcolour
}
.contact-block-content {
@@ -2086,7 +2095,7 @@ img.mail-list-sender-photo {
}
.abook-self {
background-color: #ffdddd;
background-color: $abookself_bgcolour;
}
.online-now {