summaryrefslogtreecommitdiff
path: root/Cydia.app/menes/style.css
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2009-04-15 20:36:10 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:13:11 +0000
commitf79a451249afae7da9887ff92f0d9d1d70c92dd4 (patch)
tree0ae29ed116fae713bb5be33f69f1238c60a084aa /Cydia.app/menes/style.css
parent55bd124e13c658480b9e008802c45c4e86d1549b (diff)
This is getting nuts, I need an internal branch.
Diffstat (limited to 'Cydia.app/menes/style.css')
-rw-r--r--Cydia.app/menes/style.css16
1 files changed, 10 insertions, 6 deletions
diff --git a/Cydia.app/menes/style.css b/Cydia.app/menes/style.css
index 61a53df..d558e83 100644
--- a/Cydia.app/menes/style.css
+++ b/Cydia.app/menes/style.css
@@ -252,14 +252,18 @@ panel > label {
panel > fieldset > a,
panel > fieldset > div,
panel > fieldset > textarea {
- border-bottom: 1px solid #999999;
+ border-top: 1px solid #999999;
+}
+
+.deleted {
+ display: none;
}
-panel > fieldset > a.left:nth-last-child(2),
-panel > fieldset > a:last-child,
-panel > fieldset > div:last-child,
-panel > fieldset > textarea:last-child {
- border-bottom: 0;
+panel > fieldset > a.right:nth-child(2),
+panel > fieldset > a:first-child,
+panel > fieldset > div:first-child,
+panel > fieldset > textarea:first-child {
+ border-top: 0;
}
list > fieldset > a,