diff options
Fix label size for edit label
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/css/index.css | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 484b89f56..3d22a1c33 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -352,19 +352,15 @@ input.large-input { .account-detail-section { } -.editing-label{ - /* visibility: hidden; - border-color: #F7861C; - border-style: solid; - border-width: 1px;*/ -} .edit-text { + height: 15px; visibility: hidden; } .editing-label { + cursor: text; width: 60px; - height: 40px; + height: 20px; position: absolute; text-align: right; font-size: small; |