mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
modified: view/theme/smoothly/style.css
This commit is contained in:
parent
8685ca5a7f
commit
9f7fbbdee3
2 changed files with 11 additions and 8 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -21,3 +21,5 @@ report/
|
|||
.buildpath
|
||||
.externalToolBuilders
|
||||
.settings
|
||||
|
||||
view/theme/smoothly
|
|
@ -79,7 +79,7 @@ li {
|
|||
|
||||
|
||||
input[type=text] {
|
||||
border: 2px solid #b0b0b0;
|
||||
border: 1px solid #b0b0b0;
|
||||
padding: 2px;
|
||||
/*width: 300px;*/
|
||||
margin-left: 3px;
|
||||
|
@ -145,7 +145,7 @@ section {
|
|||
.mframe {
|
||||
padding: 2px;
|
||||
background-color: #efefef;
|
||||
border: 2px solid #dddddd;
|
||||
border: 1px solid #dddddd;
|
||||
-moz-box-shadow: 3px 3px 4px #959494;
|
||||
-webkit-box-shadow: 3px 3px 4px #959494;
|
||||
box-shadow: 3px 3px 4px #959494;
|
||||
|
@ -451,7 +451,7 @@ aside {
|
|||
/*width: 21%;*/
|
||||
width: 200px; /*250*/
|
||||
margin-top: 40px; /*50*/
|
||||
font-size: 0.8em;
|
||||
font-size: 1.0em;
|
||||
font-style: bold;
|
||||
}
|
||||
|
||||
|
@ -547,13 +547,14 @@ aside h4 { font-size: 1.3em; }
|
|||
|
||||
#netsearch-box {
|
||||
background-color: #f6f6f6;
|
||||
padding: 10px 8px 10px 8px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
#netsearch-box input[type="text"] {
|
||||
width: 97%;
|
||||
width: 175px;
|
||||
}
|
||||
#netsearch-box input[type="submit"] {
|
||||
width: 48%;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
h3#search:before {
|
||||
|
@ -666,7 +667,7 @@ h3#search:before {
|
|||
|
||||
ul .sidebar-group-li{
|
||||
list-style: none;
|
||||
font-size: 1.2em;
|
||||
font-size: 1.0em;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
|
@ -1575,7 +1576,7 @@ div[id$="wrapper"] br { clear: left; }
|
|||
|
||||
select, input {
|
||||
margin-top: 0px;
|
||||
border: 2px solid #b0b0b0;
|
||||
border: 1px solid #b0b0b0;
|
||||
padding: 2px;
|
||||
-webkit-border-radius: 3px 3px 3px 3px;
|
||||
-moz-border-radius: 3px 3px 3px 3px;
|
||||
|
@ -1770,7 +1771,7 @@ margin-left: 0px;
|
|||
float: left;
|
||||
padding: 5px;
|
||||
background-color: #efefef;
|
||||
border: 2px dotted #eeeeee;
|
||||
border: 1px dotted #eeeeee;
|
||||
-moz-box-shadow: 3px 3px 4px #959494;
|
||||
-webkit-box-shadow: 3px 3px 4px #959494;
|
||||
box-shadow: 3px 3px 4px #959494;
|
||||
|
|
Loading…
Reference in a new issue