diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/form_login/front.css | 5 | ||||
| -rwxr-xr-x | static/index.html | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/static/form_login/front.css b/static/form_login/front.css index 285dec4..bbb289c 100644 --- a/static/form_login/front.css +++ b/static/form_login/front.css @@ -89,9 +89,10 @@ a.signin.menu-open span { border:1px transparent; text-align:left; padding:12px; - top: 24.5px; + top: 23.5px; right: 0px; margin-top:5px; + margin-right: 0px; *margin-right: -1px; color:#789; @@ -107,7 +108,7 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, -webkit-border-radius:4px; border:1px solid #ACE; font-size:13px; - margin:0 0 5px; + margin:0 0 5px;border:1px solid; padding:5px; width:203px; } diff --git a/static/index.html b/static/index.html index badf35a..a819eda 100755 --- a/static/index.html +++ b/static/index.html @@ -57,7 +57,7 @@ body { border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; - border:solid 1px #fff; + border:solid 2px #000; position: relative; box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; |
