aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/core.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/core.php')
-rw-r--r--views/default/css/elements/core.php53
1 files changed, 6 insertions, 47 deletions
diff --git a/views/default/css/elements/core.php b/views/default/css/elements/core.php
index 319fd4c5b..b86af351b 100644
--- a/views/default/css/elements/core.php
+++ b/views/default/css/elements/core.php
@@ -34,9 +34,6 @@
.elgg-list > li {
border-bottom: 1px dotted #CCCCCC;
}
-.elgg-gallery, .elgg-gallery > li {
- border: none;
-}
.elgg-list-metadata {
float: right;
margin-left: 15px;
@@ -63,6 +60,12 @@
margin: 10px 5px;
}
/* ***************************************
+ Gallery
+*************************************** */
+.elgg-gallery {
+ border: none;
+}
+/* ***************************************
Modules
*************************************** */
@@ -257,47 +260,3 @@ a.elgg-widget-edit-button:hover, a.elgg-widget-delete-button:hover {
.elgg-system-message p {
margin:0;
}
-
-<?php //@todo move to icons.php ?>
-/* ***************************************
- AVATAR ICONS
-*************************************** */
-.elgg-user-icon {
- position:relative;
-}
-.elgg-user-icon.tiny,
-img.tiny {
- width:25px;
- height:25px;
- /* remove the border-radius if you don't want rounded avatars in supported browsers */
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- -moz-background-clip: border;
-
- -o-background-size: 25px;
- -webkit-background-size: 25px;
- -khtml-background-size: 25px;
- -moz-background-size: 25px;
-}
-.elgg-user-icon.small,
-img.small {
- width:40px;
- height:40px;
- /* remove the border-radius if you don't want rounded avatars in supported browsers */
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- -moz-background-clip: border;
-
- -o-background-size: 40px;
- -webkit-background-size: 40px;
- -khtml-background-size: 40px;
- -moz-background-size: 40px;
-}
-img.large {
- width:200px;
- height:200px;
-}
-img.medium {
- width:100px;
- height:100px;
-} \ No newline at end of file