summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-09 16:25:44 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-09 16:26:51 +0200
commit69f4b853150d7a1e5f11e8e1775ab6ddcd84d8b2 (patch)
tree8ba3c0c41d144be7069e46a4cfca01f092de2191 /res/client/css/style.css
parent162682a7b41f3cfc45bfbab9cf856ae87a54b99a (diff)
style: .task-desc
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 738324fe..2e2394e4 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -757,10 +757,10 @@ body.debug .debug-ui-right {
.task-desc {
display: inline-block;
- width: 70%;
- text-align: center;
font-size: 18px;
- margin: 12px 70px 12px 70px; }
+ padding: 15px 10px;
+ text-align: center;
+ width: 70%; }
.task-close-button {
cursor: pointer;