aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-26 11:27:52 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-01-26 11:27:52 +0000
commit49d3c5b5f577b1120f75b11e90849f597747f71b (patch)
treed0c83ff0b72a32156899602f564e53c5bdc560a2 /views/default/css/elements
parent144619a16cae74db232ac738d217bb8c36731b6d (diff)
downloadelgg-49d3c5b5f577b1120f75b11e90849f597747f71b.tar.gz
elgg-49d3c5b5f577b1120f75b11e90849f597747f71b.tar.bz2
adding elgg-state-* css elements
git-svn-id: http://code.elgg.org/elgg/trunk@7937 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/elements')
-rw-r--r--views/default/css/elements/navigation.php36
-rw-r--r--views/default/css/elements/reset.php1
2 files changed, 16 insertions, 21 deletions
diff --git a/views/default/css/elements/navigation.php b/views/default/css/elements/navigation.php
index dae6b58be..d5a8208b0 100644
--- a/views/default/css/elements/navigation.php
+++ b/views/default/css/elements/navigation.php
@@ -33,15 +33,11 @@
color: white;
text-decoration: none;
}
-
-<?php //@todo use "disabled" on the li ?>
-.elgg-pagination .inactive {
+.elgg-pagination .elgg-state-disabled {
color: #CCCCCC;
border-color: #CCCCCC;
}
-
-<?php //@todo Choose b/w elgg-state-active or elgg-state-selected ?>
-.elgg-pagination .active {
+.elgg-pagination .elgg-state-selected {
color: #555555;
border-color: #555555;
}
@@ -49,10 +45,10 @@
TABS
*************************************** */
.elgg-tabs {
- margin-bottom:5px;
+ margin-bottom: 5px;
border-bottom: 2px solid #cccccc;
- display:table;
- width:100%;
+ display: table;
+ width: 100%;
}
.elgg-tabs li {
float: left;
@@ -60,28 +56,28 @@
border-bottom-width: 0;
background: #eeeeee;
margin: 0 0 0 10px;
- -moz-border-radius-topleft:5px;
- -moz-border-radius-topright:5px;
- -webkit-border-top-left-radius:5px;
- -webkit-border-top-right-radius:5px;
+ -moz-border-radius-topleft: 5px;
+ -moz-border-radius-topright: 5px;
+ -webkit-border-top-left-radius: 5px;
+ -webkit-border-top-right-radius: 5px;
}
.elgg-tabs a {
text-decoration: none;
display: block;
- padding:3px 10px 0 10px;
+ padding: 3px 10px 0 10px;
text-align: center;
- height:21px;
- color:#999999;
+ height: 21px;
+ color: #999999;
}
.elgg-tabs a:hover {
background: #dedede;
color:#4690D6;
}
-.elgg-tabs .selected {
+.elgg-tabs .elgg-state-selected {
border-color: #cccccc;
background: white;
}
-.elgg-tabs .selected a {
+.elgg-tabs .elgg-state-selected a {
position: relative;
top: 2px;
background: white;
@@ -148,7 +144,7 @@
.elgg-site-menu a:hover {
text-decoration: none;
}
-.elgg-site-menu li.selected a,
+.elgg-site-menu li.elgg-state-selected a,
.elgg-site-menu li a:hover,
.elgg-site-menu .elgg-more:hover a {
background: white;
@@ -221,7 +217,7 @@
color: white;
text-decoration: none;
}
-.elgg-page-menu li.selected > a {
+.elgg-page-menu li.elgg-state-selected > a {
background-color: #4690D6;
color: white;
}
diff --git a/views/default/css/elements/reset.php b/views/default/css/elements/reset.php
index 05682dac1..b5f77675e 100644
--- a/views/default/css/elements/reset.php
+++ b/views/default/css/elements/reset.php
@@ -7,7 +7,6 @@
*/
?>
-<?php //@todo * { ... }? ?>
/* ***************************************
RESET CSS
*************************************** */