diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-26 22:33:30 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-26 22:33:30 -0400 |
commit | ad2ab6d21496e60e7589c44bdfcc15bba01ae9dd (patch) | |
tree | 3886afb2dd6573db8438f36e422a0e948f505345 /public/ng/css/ui.css | |
parent | b8368f98ffc79a6c6c7bceed50a2989049d3eb1a (diff) |
Add modal to change username
Signed-off-by: Unknwon <joe2010xtmf@163.com>
Diffstat (limited to 'public/ng/css/ui.css')
-rw-r--r-- | public/ng/css/ui.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/ng/css/ui.css b/public/ng/css/ui.css index bd2eb4c9..9c3c8ded 100644 --- a/public/ng/css/ui.css +++ b/public/ng/css/ui.css @@ -796,6 +796,17 @@ ul.menu-radius > li:last-child > a { border: 1px solid #b05c10; background-color: #fcecdd; } +.white-popup-block { + background: #FFF; + padding: 20px 30px; + text-align: left; + max-width: 650px; + margin: 40px auto; + position: relative; +} +.white-popup-block p { + font-size: 14px; +} table th, table td { padding: .3em .6em; |