index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
public
/
ng
/
less
/
ui
/
alert.less
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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/alert.less
parent
b8368f98ffc79a6c6c7bceed50a2989049d3eb1a
(
diff
)
Add modal to change username
Signed-off-by: Unknwon <joe2010xtmf@163.com>
Diffstat
(limited to 'public/ng/less/ui/alert.less')
-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;
+ }
+}