summaryrefslogtreecommitdiff
path: root/Cydia.app/menes
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-10-15 08:06:50 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:08:50 +0000
commit9487f027092eea7c2efe6136da0b4b8bf5ac62c8 (patch)
tree0985ef211c26e02a246a74e58f4f462b5eaa0fe2 /Cydia.app/menes
parentec3f2f5367c6f1246d7e311e2293c6e0e83df0bc (diff)
Checkpoint before trying to solve the bottom alignment issue.
Diffstat (limited to 'Cydia.app/menes')
-rw-r--r--Cydia.app/menes/style.css26
1 files changed, 16 insertions, 10 deletions
diff --git a/Cydia.app/menes/style.css b/Cydia.app/menes/style.css
index ce6cd53..544f2af 100644
--- a/Cydia.app/menes/style.css
+++ b/Cydia.app/menes/style.css
@@ -46,16 +46,8 @@
}
.clearfix {
- display: inline-block;
-}
-
-html[xmlns] .clearfix {
display: block;
}
-
-* html .clearfix {
- height: 1%;
-}
/* }}} */
* {
@@ -154,8 +146,22 @@ pre {
}
/* }}} */
/* fieldset {{{ */
+.dialog > .panel > block {
+ background-color: #c7ced5;
+ border-bottom: 1px solid #999999;
+ border-top: 1px solid #999999;
+ display: block;
+ font-size: 16px;
+ margin: 9px 10px;
+ padding: 0 10px;
+}
+
+.dialog > .panel > block > hr {
+ border-width: 1px 0 0 0;
+}
+
.dialog > .panel > fieldset {
- background: #ffffff;
+ background-color: #ffffff;
border: 1px solid #999999;
-webkit-border-radius: 10px;
font-size: 16px;
@@ -191,10 +197,10 @@ pre {
margin: -13px 5px -10px -10px;
max-height: 30px;
min-width: 30px;
- vertical-align: middle;
width: 30px;
}
+.dialog > .panel > block > p,
.dialog > .panel > fieldset > div > p {
margin: 11px 0;
text-align: center;