mirror of
https://github.com/Kerrick/Mostly-Harmless.git
synced 2026-01-10 23:27:59 -05:00
90 lines
1.4 KiB
CSS
Executable File
90 lines
1.4 KiB
CSS
Executable File
/*
|
|
// Copyright (c) 2011 Frank Kohlhepp
|
|
// https://github.com/frankkohlhepp/fancy-settings
|
|
// License: LGPL v2.1
|
|
*/
|
|
.tab-content h2 {
|
|
margin: 0;
|
|
padding-bottom: 5px;
|
|
font-size: 26px;
|
|
color: #707070;
|
|
line-height: 1;
|
|
}
|
|
|
|
.setting.group {
|
|
border-top: 1px solid #EEEEEE;
|
|
margin-top: 10px;
|
|
padding-top: 5px;
|
|
padding-left: 2px;
|
|
}
|
|
|
|
.setting.group-name {
|
|
width: 140px;
|
|
padding: 0;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.setting.bundle {
|
|
max-width: 600px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.setting.label.textarea {
|
|
display: block;
|
|
}
|
|
|
|
.setting.element.textarea {
|
|
width:100%;
|
|
}
|
|
|
|
.setting.bundle.list-box {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.setting.label.radio-buttons + .setting.container.radio-buttons {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.setting.label, .setting.element-label {
|
|
margin-right: 15px;
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.setting.label.checkbox, .setting.element-label {
|
|
margin-left: 5px;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.setting.label.checkbox {
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
|
|
.setting.element.slider {
|
|
position: relative;
|
|
width: 150px;
|
|
top: 4px;
|
|
}
|
|
|
|
.setting.element.list-box {
|
|
display: block;
|
|
height: 100px;
|
|
width: 100%;
|
|
}
|
|
|
|
.setting.display.slider {
|
|
margin-left: 5px;
|
|
color: #666666;
|
|
}
|
|
|
|
#nothing-found {
|
|
display: none;
|
|
margin-top: 10px;
|
|
font-size: 18px;
|
|
font-weight: lighter;
|
|
color: #999999;
|
|
}
|