summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-07-09 22:57:55 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-07-09 22:57:55 -0700
commit5f1616d708ca79de47ee28e40b0bd7ebb08a5c9e (patch)
treeb76909997c92bc50db0c8ebca638092f0526dfe3 /css
parent0d0b4aa5f16831072772d786f0c58b7e8b161122 (diff)
downloadpathery-5f1616d708ca79de47ee28e40b0bd7ebb08a5c9e.tar.xz
Adjustments to the new login div
Diffstat (limited to 'css')
-rw-r--r--css/page.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/css/page.css b/css/page.css
index f6a0096..c9495a9 100644
--- a/css/page.css
+++ b/css/page.css
@@ -51,7 +51,7 @@ a:hover {
width:500px;
height:300px;
background-color:#ccc;
- padding:25px;
+ padding: 5px 15px 5px 15px;
box-shadow: 0 0 4px #888;
}
#oid_btn {
@@ -65,7 +65,11 @@ a:hover {
box-shadow: 0 0 2px #663;
}
#oid_cancel {
-position:absolute;color:#333;right:50px;bottom:20px;
+position:absolute;
+color:#333;
+right:25px;
+top:15px;
+font-size:200%;
}
#oid_learn {
position:absolute;color:#333;left:25px;bottom:20px;
@@ -80,7 +84,7 @@ position:absolute;color:#333;left:25px;bottom:20px;
background-color:#999;
box-shadow: 0 0 5px #888;
z-index:200;
- padding:15px;
+ padding: 0px 15px 15px 15px;
text-align: left;
left:50%;
top:120px;