mirror of
https://github.com/friendica/friendica
synced 2024-11-10 08:22:57 +00:00
theme works d'zero
This commit is contained in:
parent
513c1c0d68
commit
d703f4bc52
1 changed files with 14 additions and 1 deletions
|
@ -23,6 +23,7 @@ input {
|
||||||
border: 1px solid #666666;
|
border: 1px solid #666666;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img { border :0px; }
|
img { border :0px; }
|
||||||
|
@ -56,6 +57,10 @@ blockquote {
|
||||||
padding: 0.4em;
|
padding: 0.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*input[type=text] {
|
||||||
|
padding: 5px;
|
||||||
|
}*/
|
||||||
|
|
||||||
.icollapse-wrapper, .ccollapse-wrapper {
|
.icollapse-wrapper, .ccollapse-wrapper {
|
||||||
border: 1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
@ -281,6 +286,8 @@ div.wall-item-content-wrapper.shiny {
|
||||||
|
|
||||||
.group-selected {
|
.group-selected {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
border: 1px solid #CCCCCC;
|
border: 1px solid #CCCCCC;
|
||||||
background: #F8F8F8;
|
background: #F8F8F8;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -829,6 +836,9 @@ input#dfrn-url {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
border: 1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-content-wrapper.comment {
|
.wall-item-content-wrapper.comment {
|
||||||
|
@ -1507,6 +1517,9 @@ input#dfrn-url {
|
||||||
color:#cccccc;
|
color:#cccccc;
|
||||||
border: 1px solid #cccccc;
|
border: 1px solid #cccccc;
|
||||||
padding: 3px 0px 0px 5px;
|
padding: 3px 0px 0px 5px;
|
||||||
|
-moz-border-radius: 3px;
|
||||||
|
border-radius: 3px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1835,7 +1848,7 @@ a.mail-list-link {
|
||||||
}
|
}
|
||||||
|
|
||||||
aside input[type='text'] {
|
aside input[type='text'] {
|
||||||
width: 180px;
|
width: 174px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget {
|
.widget {
|
||||||
|
|
Loading…
Reference in a new issue