diff options
Add css to resize and alighn input for editable lable
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/index.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 3d22a1c33..fb2a1f552 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -219,6 +219,15 @@ app sections padding: 8px;*/ } +.editable-input{ + font-size: 1em; + height: 31px; +} + +.editable-button{ + position: relative; + bottom: 2px; +} /* Webkit */ .unlock-screen input::-webkit-input-placeholder { text-align: center; |