summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/style/style.css')
-rw-r--r--askbot/media/style/style.css93
1 files changed, 93 insertions, 0 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index c98e6e36..af99c023 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -4227,6 +4227,99 @@ textarea.tipped-input {
width: auto;
margin-bottom: 0;
}
+.settings-nav,
+.settings-main {
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ margin: 6px 0 10px;
+}
+.settings-nav *,
+.settings-main * {
+ box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+}
+.settings-main {
+ float: right;
+ padding: 11px 0 11px 15px;
+ width: 80%;
+}
+.settings-main .help {
+ font-size: 12px;
+ line-height: 1.3;
+ margin: 10px 0;
+}
+.settings-main label {
+ font-weight: bold;
+ line-height: 1.2;
+}
+.settings-main img {
+ margin: 0 0 10px 0;
+}
+.settings-nav {
+ background: #e9e9e1;
+ border: 1px solid #d3d3c2;
+ float: left;
+ padding: 0;
+ width: 20%;
+}
+.settings-nav h2 {
+ background: #777;
+ color: #eaeaea;
+ font-size: 16px;
+ font-weight: normal;
+ line-height: 1.35;
+ padding: 10px;
+}
+.settings-nav ul {
+ list-style: none;
+ margin: 10px 0;
+}
+.settings-nav li {
+ line-height: 1.45;
+ padding: 0 10px;
+}
+.settings-nav li.on,
+.settings-nav li:hover {
+ background: white;
+}
+.settings-nav li.on a,
+.settings-nav li:hover a {
+ text-decoration: none;
+}
+table.settings {
+ width: 100%;
+}
+table.settings td {
+ vertical-align: top;
+ padding-bottom: 10px;
+}
+td.setting-label {
+ width: 30%;
+}
+td.setting-input {
+ padding-left: 10px;
+ width: 70%;
+}
+td.setting-input input[type="text"] {
+ font-size: 13px;
+ height: 25px;
+ line-height: 25px;
+ padding-left: 5px;
+ width: 50%;
+}
+td.setting-input textarea {
+ width: 100%;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+ -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
+ -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
+ -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
+ -o-transition: border linear 0.2s, box-shadow linear 0.2s;
+ transition: border linear 0.2s, box-shadow linear 0.2s;
+}
/* modifications for small screens */
@media screen and (max-width: 960px) {
/* content margins touch viewport */