From 5284160a2165be944653b11fbba2d131dbe9a716 Mon Sep 17 00:00:00 2001 From: foockinho Date: Tue, 9 Oct 2012 01:33:34 +0200 Subject: fixed elgg-search-input[text] height, fixed elgg-sprites.png css --- views/default/css/elements/icons.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'views/default/css/elements/icons.php') diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 4094fe7..0487603 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -34,7 +34,7 @@ background-position: 0 -72px; } .elgg-icon-calendar { - background-position: 0 -90px; + background-position: 0 -91px; } .elgg-icon-cell-phone { background-position: 0 -108px; @@ -70,7 +70,7 @@ background-position: 0 -288px; } .elgg-icon-download { - background-position: 0 -306px; + background-position: 0 -304px; } .elgg-icon-eye { background-position: 0 -324px; @@ -148,10 +148,10 @@ background-position: 0 -756px; } .elgg-icon-refresh:hover { - background-position: 0 -774px; + background-position: 0 -775px; } .elgg-icon-refresh { - background-position: 0 -792px; + background-position: 0 -791px; } .elgg-icon-round-arrow-left { background-position: 0 -810px; @@ -175,7 +175,7 @@ background-position: 0 -918px; } .elgg-icon-search { - background-position: 0 -936px; + background-position: 0 -934px; } .elgg-icon-settings-alt:hover { background-position: 0 -954px; @@ -270,7 +270,7 @@ background-position: 0 -1476px; } .elgg-icon-users { - background-position: 0 -1494px; + background-position: 0 -1493px; } .elgg-icon-video { background-position: 0 -1512px; -- cgit v1.2.3 From 8552ada4fb8f58ad6f1116cd8c4a33a115a2eeba Mon Sep 17 00:00:00 2001 From: foockinho Date: Tue, 9 Oct 2012 01:44:57 +0200 Subject: fixed sprites source --- views/default/css/elements/icons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/css/elements/icons.php') diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 0487603..7253043 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -13,7 +13,7 @@ *************************************** */ .elgg-icon { - background: transparent url(_graphics/elgg_sprites.png) no-repeat left; + background: transparent url(mod/n1_theme/_graphics/elgg_sprites.png) no-repeat left; width: 16px; height: 16px; margin: 0 2px; -- cgit v1.2.3 From 0fb0e1085cb5c688e38d48b40d8c336d4a0cc3cd Mon Sep 17 00:00:00 2001 From: foockinho Date: Tue, 9 Oct 2012 03:26:11 +0200 Subject: fixed shadows on .elgg-owner-block .elgg-image, fixed margins on .elgg-owner-block .elgg-subtext, changed tag sprite --- views/default/css/elements/components.php | 10 ++++++++++ views/default/css/elements/icons.php | 21 ++++++++++++++++++++- views/default/n1_theme/css.php | 3 ++- 3 files changed, 32 insertions(+), 2 deletions(-) (limited to 'views/default/css/elements/icons.php') diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index d992764..daac3c7 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -121,6 +121,16 @@ margin-top: 3px; margin-bottom: 20px; } +.elgg-owner-block h3 { + +} +.elgg-owner-block .elgg-subtext { + padding: 2px 0 9px 0; +} + + + + /* *************************************** Messages *************************************** */ diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 7253043..1642f26 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -229,7 +229,7 @@ background-position: 0 -1242px; } .elgg-icon-tag { - background-position: 0 -1260px; + background-position: 0 -1242px; } .elgg-icon-thumbs-down-alt:hover { background-position: 0 -1278px; @@ -361,3 +361,22 @@ -moz-border-radius: 3px; border-radius: 3px; } + + +.elgg-owner-block .elgg-image { + height: 25px; + background-color: #eee; + box-shadow: 0px 1px 2px #333; + padding: 1px; +} + +.subgroups-icons a img { + width: 25px; + height: 25px; + background-color: #eee; + box-shadow: 0px 1px 2px #333; + padding: 1px; + margin: 0px 3px 3px 0px; +} + + diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index c6a94a8..db9fa46 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -96,8 +96,9 @@ } .groups-profile-icon { + height: 201px; border: 2px solid #F1F1F1; - box-shadow: 0px 1px 3px #666 + box-shadow: 0px 1px 3px #666; } .elgg-page .cke_skin_BootstrapCK-Skin .cke_contents, .cke_skin_BootstrapCK-Skin .cke_contents iframe { -- cgit v1.2.3