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/less/ui | |
parent | b8368f98ffc79a6c6c7bceed50a2989049d3eb1a (diff) |
Add modal to change username
Signed-off-by: Unknwon <joe2010xtmf@163.com>
Diffstat (limited to 'public/ng/less/ui')
-rw-r--r-- | public/ng/less/ui/alert.less | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/public/ng/less/ui/alert.less b/public/ng/less/ui/alert.less index a52bc7f9..606c1114 100644 --- a/public/ng/less/ui/alert.less +++ b/public/ng/less/ui/alert.less @@ -41,7 +41,15 @@ border: 1px solid darken(@alertOrangeColor,10%); background-color: lighten(@alertOrangeColor,45%); } - - - +.white-popup-block { + background: #FFF; + padding: 20px 30px; + text-align: left; + max-width: 650px; + margin: 40px auto; + position: relative; + p { + font-size: 14px; + } +} |