aboutsummaryrefslogtreecommitdiff
path: root/views/default/css
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-19 18:47:10 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-19 18:47:10 +0000
commita7b0a98e223e36090f7b2fc2a68a036e655727cc (patch)
tree61fd07b4edb0e3c4b8448bfb5fbc44e3fb8d69e9 /views/default/css
parenta7113d7403510ee5637b5b6fddb09f7ad502fd6b (diff)
downloadelgg-a7b0a98e223e36090f7b2fc2a68a036e655727cc.tar.gz
elgg-a7b0a98e223e36090f7b2fc2a68a036e655727cc.tar.bz2
replacing action-button with elgg-action-button
git-svn-id: http://code.elgg.org/elgg/trunk@7688 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css')
-rw-r--r--views/default/css/admin.php36
-rw-r--r--views/default/css/elements/forms.php32
-rw-r--r--views/default/css/elements/skin.php4
-rw-r--r--views/default/css/screen.php2
4 files changed, 39 insertions, 35 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php
index c9f4c2f88..069d16399 100644
--- a/views/default/css/admin.php
+++ b/views/default/css/admin.php
@@ -170,7 +170,7 @@ table.mceLayout {
.elgg-admin form#plugin_settings {
margin-top: 10px;
}
-.elgg-admin form#plugin_settings .action-button.disabled {
+.elgg-admin form#plugin_settings .elgg-action-button.disabled {
margin-top:10px;
float:right;
}
@@ -324,12 +324,12 @@ table.mceLayout {
text-decoration:none;
color:white;
}
-.admin_area .content-header-options .action-button {
+.admin_area .content-header-options .elgg-action-button {
margin-top:0;
margin-left:10px;
}
-.admin_area input.action-button,
-.admin_area a.action-button {
+.admin_area input.elgg-action-button,
+.admin_area a.elgg-action-button {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background-color:#cccccc;
@@ -347,10 +347,10 @@ table.mceLayout {
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
-.admin_area input.action-button:hover,
-.admin_area a.action-button:hover,
-.admin_area input.action-button:focus,
-.admin_area a.action-button:focus {
+.admin_area input.elgg-action-button:hover,
+.admin_area a.elgg-action-button:hover,
+.admin_area input.elgg-action-button:focus,
+.admin_area a.elgg-action-button:focus {
background-position:0 -15px;
background-image: url(<?php echo elgg_get_site_url(); ?>_graphics/button_background.gif);
background-repeat: repeat-x;
@@ -359,33 +359,33 @@ table.mceLayout {
background-color:#cccccc;
border:1px solid #999999;
}
-.admin_area .action-button:active {
+.admin_area .elgg-action-button:active {
background-image:none;
}
-.admin_area .action-button.disabled {
+.admin_area .elgg-action-button.disabled {
color:#999999;
padding:2px 7px 2px 7px;
}
-.admin_area .action-button.disabled:hover {
+.admin_area .elgg-action-button.disabled:hover {
background-position:0 -15px;
color:#111111;
border:1px solid #999999;
}
-.admin_area .action-button.disabled:active {
+.admin_area .elgg-action-button.disabled:active {
background-image:none;
}
-.admin_area .action-button.download {
+.admin_area .elgg-action-button.download {
padding: 5px 9px 5px 6px;
}
-.admin_area .action-button.download:hover {
+.admin_area .elgg-action-button.download:hover {
}
-.admin_area .action-button.download img {
+.admin_area .elgg-action-button.download img {
margin-right:6px;
position:relative;
top:5px;
}
-.admin_area .action-button.small {
+.admin_area .elgg-action-button.small {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
width: auto;
@@ -394,7 +394,7 @@ table.mceLayout {
font-size: 0.9em;
line-height: 0.6em;
}
-.admin_area .action-button.small:hover {
+.admin_area .elgg-action-button.small:hover {
background-color: #0054A7;
background-image: none;
border-color: #0054A7;
@@ -432,7 +432,7 @@ table.mceLayout {
.content-header-options {
float:right;
}
-.content-header-options .action-button {
+.content-header-options .elgg-action-button {
float:right;
margin:0 0 5px 10px;
}
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php
index e54685f86..603a128b7 100644
--- a/views/default/css/elements/forms.php
+++ b/views/default/css/elements/forms.php
@@ -164,11 +164,11 @@ input[type="submit"]:hover {
text-decoration:none;
color:white;
}
-.action-button {
+.elgg-action-button {
margin-left: 10px;
}
-input.action-button,
-a.action-button {
+input.elgg-action-button,
+a.elgg-action-button {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background-color:#cccccc;
@@ -186,10 +186,10 @@ a.action-button {
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
-input.action-button:hover,
-a.action-button:hover,
-input.action-button:focus,
-a.action-button:focus {
+input.elgg-action-button:hover,
+a.elgg-action-button:hover,
+input.elgg-action-button:focus,
+a.elgg-action-button:focus {
background-position:0 -15px;
background-image: url(<?php echo elgg_get_site_url(); ?>_graphics/button_background.gif);
background-repeat: repeat-x;
@@ -198,33 +198,33 @@ a.action-button:focus {
background-color:#cccccc;
border:1px solid #999999;
}
-.action-button:active {
+.elgg-action-button:active {
background-image:none;
}
-.action-button.disabled {
+.elgg-action-button.disabled {
color:#999999;
padding:2px 7px 2px 7px;
}
-.action-button.disabled:hover {
+.elgg-action-button.disabled:hover {
background-position:0 -15px;
color:#111111;
border:1px solid #999999;
}
-.action-button.disabled:active {
+.elgg-action-button.disabled:active {
background-image:none;
}
-.action-button.download {
+.elgg-action-button.download {
padding: 5px 9px 5px 6px;
}
-.action-button.download:hover {
+.elgg-action-button.download:hover {
}
-.action-button.download img {
+.elgg-action-button.download img {
margin-right:6px;
position:relative;
top:5px;
}
-.action-button.small {
+.elgg-action-button.small {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
width: auto;
@@ -233,7 +233,7 @@ a.action-button:focus {
font-size: 0.9em;
line-height: 0.6em;
}
-.action-button.small:hover {
+.elgg-action-button.small:hover {
background-color: #4690d6;
background-image: none;
border-color: #4690d6;
diff --git a/views/default/css/elements/skin.php b/views/default/css/elements/skin.php
index d967b0097..a95fc37a2 100644
--- a/views/default/css/elements/skin.php
+++ b/views/default/css/elements/skin.php
@@ -136,6 +136,10 @@ a.selected {
margin-right: 10px;
}
+.elgg-main > .elgg-header a {
+ float: right;
+}
+
/***** PAGE SIDEBAR ******/
.elgg-sidebar .elgg-module {
diff --git a/views/default/css/screen.php b/views/default/css/screen.php
index ea17acf9c..6444a4429 100644
--- a/views/default/css/screen.php
+++ b/views/default/css/screen.php
@@ -506,7 +506,7 @@ a.widget-edit-button:hover, a.widget-delete-button:hover {
.content-header-options {
float:right;
}
-.content-header-options .action-button {
+.content-header-options .elgg-action-button {
float:right;
margin:0 0 5px 10px;
}