diff --git a/themes/browny_admin_wind/css/screen.css b/themes/browny_admin_wind/css/screen.css index b7d87f74..68e3b54f 100644 --- a/themes/browny_admin_wind/css/screen.css +++ b/themes/browny_admin_wind/css/screen.css @@ -702,18 +702,18 @@ li.g-error select { .g-denied, tr.g-error td.g-error, #g-add-photos-status .g-error { - background: #f6cbca url('images/ico-error.png') no-repeat .4em 50%; + background: #f6cbca url('../images/ico-error.png') no-repeat .4em 50%; color: #f00; } .g-info { - background: #e8e8e8 url('images/ico-info.png') no-repeat .4em 50%; + background: #e8e8e8 url('../images/ico-info.png') no-repeat .4em 50%; } .g-success, .g-allowed, #g-add-photos-status .g-success { - background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%; + background: #d9efc2 url('../images/ico-success.png') no-repeat .4em 50%; } tr.g-success { @@ -721,12 +721,12 @@ tr.g-success { } tr.g-success td.g-success { - background-image: url('images/ico-success.png'); + background-image: url('../images/ico-success.png'); } .g-warning, tr.g-warning td.g-warning { - background: #fcf9ce url('images/ico-warning.png') no-repeat .4em 50%; + background: #fcf9ce url('../images/ico-warning.png') no-repeat .4em 50%; } form .g-error { @@ -769,11 +769,11 @@ form .g-error { .g-loading-large, .g-dialog-loading-large { - background: #e8e8e8 url('images/loading-large.gif') no-repeat center center !important; + background: #e8e8e8 url('../images/loading-large.gif') no-repeat center center !important; } .g-loading-small { - background: #e8e8e8 url('images/loading-small.gif') no-repeat center center !important; + background: #e8e8e8 url('../images/loading-small.gif') no-repeat center center !important; } /** ******************************************************************* @@ -944,7 +944,7 @@ div#g-action-status { } .g-breadcrumbs li { - background: transparent url('images/ico-separator.gif') no-repeat scroll left center; + background: transparent url('../images/ico-separator.gif') no-repeat scroll left center; float: left; padding: 1em 8px 1em 18px; } @@ -1151,7 +1151,7 @@ ul.sf-menu li li li.sfHover ul { } .rtl .g-breadcrumbs li { - background: transparent url('images/ico-separator-rtl.gif') no-repeat scroll right center; + background: transparent url('../images/ico-separator-rtl.gif') no-repeat scroll right center; padding: 1em 18px 1em 8px; } @@ -1261,7 +1261,7 @@ ul.sf-menu li li li.sfHover ul { .rtl .sf-sub-indicator { left: .75em !important; right: auto; - background: url('superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ + background: url('../../../lib/superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ } .rtl a > .sf-sub-indicator { /* give all except IE6 the correct values */ top: .8em; @@ -1307,7 +1307,7 @@ ul.sf-menu li li li.sfHover ul { /*** shadows for all but IE6 ***/ .rtl .sf-shadow ul { - background: url('superfish/images/shadow.png') no-repeat bottom left; + background: url('../../../lib/superfish/images/shadow.png') no-repeat bottom left; padding: 0 0 9px 8px; border-top-right-radius: 0; border-bottom-left-radius: 0; diff --git a/themes/browny_admin_wind/css/themeroller/ui.theme.css b/themes/browny_admin_wind/css/themeroller/ui.theme.css index 430fd20f..0536b6fa 100755 --- a/themes/browny_admin_wind/css/themeroller/ui.theme.css +++ b/themes/browny_admin_wind/css/themeroller/ui.theme.css @@ -232,15 +232,15 @@ ----------------------------------*/ /* Corner radius */ -.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; } -.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; } -.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; } -.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; } -.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; } -.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; } -.ui-corner-right { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; } -.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; } -.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; } +.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; } +.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; } +.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; } +.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; } +.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; } +.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; } +.ui-corner-right { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; } +.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; } +.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } /* Overlays */ .ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } diff --git a/themes/browny_admin_wind/images/ico-error.png b/themes/browny_admin_wind/images/ico-error.png new file mode 100644 index 00000000..c37bd062 Binary files /dev/null and b/themes/browny_admin_wind/images/ico-error.png differ diff --git a/themes/browny_admin_wind/images/ico-info.png b/themes/browny_admin_wind/images/ico-info.png new file mode 100644 index 00000000..3e9e9e87 Binary files /dev/null and b/themes/browny_admin_wind/images/ico-info.png differ diff --git a/themes/browny_admin_wind/images/ico-separator-rtl.gif b/themes/browny_admin_wind/images/ico-separator-rtl.gif new file mode 100644 index 00000000..d9061a46 Binary files /dev/null and b/themes/browny_admin_wind/images/ico-separator-rtl.gif differ diff --git a/themes/browny_admin_wind/images/ico-separator.gif b/themes/browny_admin_wind/images/ico-separator.gif new file mode 100644 index 00000000..3de2d0d3 Binary files /dev/null and b/themes/browny_admin_wind/images/ico-separator.gif differ diff --git a/themes/browny_admin_wind/images/ico-warning.png b/themes/browny_admin_wind/images/ico-warning.png new file mode 100644 index 00000000..628cf2da Binary files /dev/null and b/themes/browny_admin_wind/images/ico-warning.png differ diff --git a/themes/browny_admin_wind/images/loading-large.gif b/themes/browny_admin_wind/images/loading-large.gif new file mode 100644 index 00000000..cc70a7a8 Binary files /dev/null and b/themes/browny_admin_wind/images/loading-large.gif differ diff --git a/themes/browny_admin_wind/images/loading-small.gif b/themes/browny_admin_wind/images/loading-small.gif new file mode 100644 index 00000000..d0bce154 Binary files /dev/null and b/themes/browny_admin_wind/images/loading-small.gif differ diff --git a/themes/browny_wind/css/screen.css b/themes/browny_wind/css/screen.css index 29d5de2f..9a2f39ff 100644 --- a/themes/browny_wind/css/screen.css +++ b/themes/browny_wind/css/screen.css @@ -854,6 +854,7 @@ form .g-error { .g-block { clear: both; margin-bottom: 2.5em; + overflow: hidden; } .g-block-content { @@ -1416,11 +1417,6 @@ div#g-action-status { background-color: #fcf9ce !important; } -#g-user-profile th, -#g-user-profile td { - border: 1px dotted #ccc !important; -} - /* /modules/gallery/css/l10n_client.css ~~ */ #l10n-client .labels { @@ -1444,11 +1440,52 @@ div#g-action-status { /* User Profile ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -.g-avatar g-left { - width: 80px !important; - height: 80px !important; +#g-user-profile h1 { + color: #5A3007; + margin: 1.25em 0em 2em 4.4em; } +#g-user-profile .g-avatar { + float: left; + position: absolute; + left: 0em; + top: 1.3em; + width: 90px !important; + height: 90px !important; +} + +#g-user-profile .g-block h2 { + background-color: #F5EFE6; + margin-bottom: .5em; +} + +#g-user-profile .g-block-content h2 { + background-color: transparent; + margin-bottom: inherit; +} + +#g-user-profile #g-comment-detail .g-author img { + padding: .4em; + vertical-align: middle; +} + +#g-user-profile #g-comment-detail ul li { + border: .1em dotted #D4BE9B; + padding: .8em .5em; + margin-bottom: .5em; +} + +.rtl #g-user-profile .g-avatar { + float: right; + right: 0em; + left: auto; +} + +.rtl #g-user-profile h1 { + margin: 1.25em 4.4em 2em 0em; +} + + /* Organize ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #g-organize { diff --git a/themes/browny_wind/css/themeroller/ui.theme.css b/themes/browny_wind/css/themeroller/ui.theme.css index 09d23b18..39d51fe5 100755 --- a/themes/browny_wind/css/themeroller/ui.theme.css +++ b/themes/browny_wind/css/themeroller/ui.theme.css @@ -232,15 +232,15 @@ ----------------------------------*/ /* Corner radius */ -.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; } -.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; } -.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; } -.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; } -.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; } -.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; } -.ui-corner-right { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; } -.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; } -.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; } +.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; } +.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; } +.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; } +.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; } +.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; } +.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; } +.ui-corner-right { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; } +.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; } +.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } /* Overlays */ .ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } diff --git a/themes/browny_wind/images/ico-denied-inactive.png b/themes/browny_wind/images/ico-denied-inactive.png new file mode 100644 index 00000000..56db3ff5 Binary files /dev/null and b/themes/browny_wind/images/ico-denied-inactive.png differ diff --git a/themes/browny_wind/images/ico-denied-passive.png b/themes/browny_wind/images/ico-denied-passive.png new file mode 100644 index 00000000..1e992230 Binary files /dev/null and b/themes/browny_wind/images/ico-denied-passive.png differ diff --git a/themes/browny_wind/images/ico-denied.png b/themes/browny_wind/images/ico-denied.png new file mode 100644 index 00000000..08f24936 Binary files /dev/null and b/themes/browny_wind/images/ico-denied.png differ diff --git a/themes/browny_wind/images/ico-error.png b/themes/browny_wind/images/ico-error.png new file mode 100644 index 00000000..c37bd062 Binary files /dev/null and b/themes/browny_wind/images/ico-error.png differ diff --git a/themes/browny_wind/images/ico-lock.png b/themes/browny_wind/images/ico-lock.png new file mode 100644 index 00000000..2ebc4f6f Binary files /dev/null and b/themes/browny_wind/images/ico-lock.png differ diff --git a/themes/browny_wind/images/ico-separator-rtl.gif b/themes/browny_wind/images/ico-separator-rtl.gif new file mode 100644 index 00000000..d9061a46 Binary files /dev/null and b/themes/browny_wind/images/ico-separator-rtl.gif differ diff --git a/themes/browny_wind/images/ico-separator.gif b/themes/browny_wind/images/ico-separator.gif new file mode 100644 index 00000000..3de2d0d3 Binary files /dev/null and b/themes/browny_wind/images/ico-separator.gif differ diff --git a/themes/browny_wind/images/ico-success-inactive.png b/themes/browny_wind/images/ico-success-inactive.png new file mode 100644 index 00000000..74b2032f Binary files /dev/null and b/themes/browny_wind/images/ico-success-inactive.png differ diff --git a/themes/browny_wind/images/ico-warning.png b/themes/browny_wind/images/ico-warning.png new file mode 100644 index 00000000..628cf2da Binary files /dev/null and b/themes/browny_wind/images/ico-warning.png differ diff --git a/themes/browny_wind/images/loading-large.gif b/themes/browny_wind/images/loading-large.gif new file mode 100644 index 00000000..cc70a7a8 Binary files /dev/null and b/themes/browny_wind/images/loading-large.gif differ diff --git a/themes/browny_wind/images/loading-small.gif b/themes/browny_wind/images/loading-small.gif new file mode 100644 index 00000000..d0bce154 Binary files /dev/null and b/themes/browny_wind/images/loading-small.gif differ diff --git a/themes/browny_wind/views/user_profile.html.php b/themes/browny_wind/views/user_profile.html.php new file mode 100644 index 00000000..162ff291 --- /dev/null +++ b/themes/browny_wind/views/user_profile.html.php @@ -0,0 +1,47 @@ + + +
+
+ + + + + id}") ?>"> + + + id}") ?>"> + + + id}") ?>"> + + + + + id}") ?>"> + + + +
+

+ " + alt="display_name()) ?>" + class="g-avatar g-left" width="90" height="90" /> + $user->display_name())) ?> +

+ +
+

title) ?>

+
+ view ?> +
+
+ +
diff --git a/themes/browny_wind/views/user_profile_comments.html.php b/themes/browny_wind/views/user_profile_comments.html.php new file mode 100644 index 00000000..f7325cc2 --- /dev/null +++ b/themes/browny_wind/views/user_profile_comments.html.php @@ -0,0 +1,21 @@ + +
+ +