summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 2e3358a..3e6dced 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1247,6 +1247,17 @@ input[type="range"]::-webkit-slider-thumb {
position: relative;
top: 5px;
}
+.setting.number.halflines {
+ height: 30px;
+}
+.setting.number.halflines input[type=text] {
+ float: left;
+ width: 50px;
+}
+.setting.number.halflines label:nth-of-type(2) {
+ text-align: center;
+}
+
.setting.number input[type=text] {
width: 150px;
}