diff --git a/style.css b/style.css index 09c101e..66f6d12 100644 --- a/style.css +++ b/style.css @@ -6813,6 +6813,10 @@ button.close { width: 150px; } +.lte7.form-control { + width: 20px; +} + /* NAV --------------------------------------------------------------*/ #nav-secondary { @@ -7111,9 +7115,15 @@ code { margin: 1em; } .page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event { + display: block; + position: relative; + padding-left: 3em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { + position: absolute; + left: 0; + top: 0; display: block; font-weight: normal; color: #aaa; @@ -7485,6 +7495,12 @@ object { .widget.uc-contact-widget th { white-space: nowrap; } +.widget.uc-contact-widget td.uc-output-email { + word-break: break-all; +} +.widget.uc-contact-widget td.uc-output-more { + word-break: break-all; +} .widget.uc-ecw { padding-bottom: 1em; } @@ -7544,9 +7560,15 @@ object { margin: 1em; } .widget.uc-ecw .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event { + display: block; + position: relative; + padding-left: 3em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .widget.uc-ecw .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { + position: absolute; + left: 0; + top: 0; display: block; font-weight: normal; color: #aaa; @@ -7690,29 +7712,18 @@ q:before, table q:after { display: block; position: relative; padding-left: 170px; + min-height: 150px; } .uup-list .has-image .uup-thumbnail { display: block; width: 150px; height: 150px; - float: left; - position: relative; - left: -170px; - margin-right: -150px; -} -.uup-list a.uup-user { - float: left; + position: absolute; + left: 0; + top: 0; } .uup-list .uup-item { margin-bottom: 1em; - *zoom: 1; -} -.uup-list .uup-item:after, .uup-list .uup-item:before { - content: ''; - display: table; -} -.uup-list .uup-item:after { - clear: both; } .uup-list .uup-item .uup-text { display: block; @@ -7720,27 +7731,57 @@ q:before, table q:after { .uup-list .uup-item .uup-text > span { display: block; } +.uup-list .uup-item .uup-text a .uup-name { + display: inline; +} .uup-list .uup-item .uup-text .uup-name { font-weight: bold; } -.uup-list .uup-item .uup-text .uup-name .uup-last:before { +.uup-list .uup-item .uup-text .uup-name .uup-first:after { content: ' '; } +.uup-index-table .uup-table-name.table-has-image { + position: relative; + padding-left: 60px; +} .uup-index-table .uup-table-name.table-has-image .uup-table-thumbnail { display: block; - width: 75px; - float: left; - margin: 0 1em 1em 0 !important; + width: 50px; + height: 50px; + position: absolute; + left: 0; + top: 5px; } .uup-index-table .uup-table-name.table-has-image .uup-name { - float: left; display: block; } .uup-index-table .uup-table-name .uup-last:before { content: ' '; } +/* + Profile Page +*/ +.page-template-page-user-profile-php .uup-user { + padding: 1em; +} +.page-template-page-user-profile-php .uup-user > span { + display: block; +} +.page-template-page-user-profile-php .uup-user .uup-image { + margin-bottom: 1em; +} +.page-template-page-user-profile-php .uup-user .uup-name { + font-weight: bold; +} +.page-template-page-user-profile-php .uup-user .uup-name .uup-first:after { + content: ' '; +} +.page-template-page-user-profile-php .uup-user .uup-phones .uup-phone2 { + display: block; +} + /* - - - - - - - - - - - - - - - - - - - == Calendar - - - - - - - - - - - - - - - - - - - */ @@ -8244,6 +8285,10 @@ body { margin: 0 0 10px; } +#nav-secondary { + border-color: #eee; +} + #mega-footer, #footer { border-top: 1px solid #233e75; } diff --git a/style.scss b/style.scss index 83f498e..64cfc02 100644 --- a/style.scss +++ b/style.scss @@ -392,6 +392,9 @@ body { } } +#nav-secondary { + border-color:#eee; +} #mega-footer, #footer { border-top:1px solid #233e75;