modified: view/theme/smoothly/style.css
modified: view/theme/smoothly/theme.php
This commit is contained in:
parent
e0e82afe18
commit
7a1947b88a
2 changed files with 62 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
||||||
style.css
|
style.css
|
||||||
Smoothly
|
Smoothly
|
||||||
|
|
||||||
Created by alex@friendica.pixelbits.de on 2013-01-11
|
Created by alex@friendica.pixelbits.de on 2013-02-20
|
||||||
|
|
||||||
** Colors **
|
** Colors **
|
||||||
Blue links - #1873a2
|
Blue links - #1873a2
|
||||||
|
@ -3522,7 +3522,7 @@ margin-left: 0px;
|
||||||
/* ========= */
|
/* ========= */
|
||||||
|
|
||||||
#adminpage {
|
#adminpage {
|
||||||
width: 80%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#pending-update {
|
#pending-update {
|
||||||
|
@ -3630,13 +3630,25 @@ margin-left: 0px;
|
||||||
/* =============== */
|
/* =============== */
|
||||||
|
|
||||||
.field {
|
.field {
|
||||||
width: 90%;
|
margin-bottom: 10px;
|
||||||
|
overflow: auto;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.field.radio .field_help {
|
||||||
|
margin-left: 205px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.field .field_help {
|
||||||
|
color: #666666;
|
||||||
|
display: block;
|
||||||
|
margin-left: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field label {
|
.field label {
|
||||||
float: left;
|
float: left;
|
||||||
min-width: 120px;
|
width: 200px;
|
||||||
margin: 5px 10px 0 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.field checkbox {
|
.field checkbox {
|
||||||
|
@ -3646,17 +3658,13 @@ margin-left: 0px;
|
||||||
|
|
||||||
.field input,
|
.field input,
|
||||||
.field textarea {
|
.field textarea {
|
||||||
width: 220px;
|
width: 400px;
|
||||||
border: 1px solid #CDCDCD;
|
border: 1px solid #CDCDCD;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field textarea {
|
|
||||||
height: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.field password {
|
.field password {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
margin-left: 150px;
|
margin-left: 150px;
|
||||||
|
@ -4346,6 +4354,12 @@ div #datebrowse-sidebar.widget {
|
||||||
margin:10px 10px 0 0;
|
margin:10px 10px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#id_maxreq,
|
||||||
|
#id_cntunkmail,
|
||||||
|
#id_expire {
|
||||||
|
width: 75px;
|
||||||
|
}
|
||||||
|
|
||||||
#id_post_newfriend,
|
#id_post_newfriend,
|
||||||
#id_post_joingroup,
|
#id_post_joingroup,
|
||||||
#id_post_profilechange,
|
#id_post_profilechange,
|
||||||
|
@ -4358,7 +4372,7 @@ div #datebrowse-sidebar.widget {
|
||||||
#id_notify7,
|
#id_notify7,
|
||||||
#id_notify8,
|
#id_notify8,
|
||||||
#id_allow_location {
|
#id_allow_location {
|
||||||
margin: 6px 0 0 0;
|
margin: 6px 0 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings-form {}
|
#settings-form {}
|
||||||
|
@ -4374,6 +4388,7 @@ div #datebrowse-sidebar.widget {
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings-notifications {
|
#settings-notifications {
|
||||||
|
width: 400px;
|
||||||
border: 1px solid #7C7D7B;
|
border: 1px solid #7C7D7B;
|
||||||
box-shadow: 0 0 8px #BDBDBD;
|
box-shadow: 0 0 8px #BDBDBD;
|
||||||
-moz-box-shadow: 3px 3px 4px #959494;
|
-moz-box-shadow: 3px 3px 4px #959494;
|
||||||
|
@ -4426,3 +4441,37 @@ div #datebrowse-sidebar.widget {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
margin-bottom: 5px !important;
|
margin-bottom: 5px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.onoff {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-heading {
|
||||||
|
margin: 25px 0 25px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#id_itemcache,
|
||||||
|
#id_basepath,
|
||||||
|
#id_temppath,
|
||||||
|
#id_lockpath,
|
||||||
|
#id_proxyuser,
|
||||||
|
#id_proxy,
|
||||||
|
#id_allowed_email,
|
||||||
|
#id_allowed_sites,
|
||||||
|
#id_directory_submit_url,
|
||||||
|
#id_register_text {
|
||||||
|
width: 440px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#id_itemcache_duration,
|
||||||
|
#id_abandon_days,
|
||||||
|
#id_maxloadavg,
|
||||||
|
#id_poll_interval,
|
||||||
|
#id_delivery_interval,
|
||||||
|
#id_timeout,
|
||||||
|
#id_jpegimagequality,
|
||||||
|
#id_maximagelength,
|
||||||
|
#id_maximagesize,
|
||||||
|
#id_max_daily_registrations {
|
||||||
|
width: 75px;
|
||||||
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/*
|
/*
|
||||||
* Name: Smoothly
|
* Name: Smoothly
|
||||||
* Description: Like coffee with milk. Theme optimized for iPad[2].
|
* Description: Like coffee with milk. Theme optimized for iPad[2].
|
||||||
* Version: Version 0.132
|
* Version: Version 0.21
|
||||||
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
|
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||||
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>
|
||||||
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
* Screenshot: <a href="screenshot.png">Screenshot</a>
|
||||||
|
|
Loading…
Reference in a new issue