diff --git a/page-pagebuilder.php b/page-pagebuilder.php new file mode 100644 index 0000000..3736792 --- /dev/null +++ b/page-pagebuilder.php @@ -0,0 +1,26 @@ + +
+ + + +
+
+ + +
+ +
+ + +
+ diff --git a/sass/_cal.scss b/sass/_cal.scss index 31636d4..fcba746 100644 --- a/sass/_cal.scss +++ b/sass/_cal.scss @@ -42,6 +42,7 @@ .uc-cal-event-title { font-style:normal; margin-left:1em; + display:flex !important; } .glyphicon-new-window { diff --git a/sass/_content.scss b/sass/_content.scss index 057195d..d2cf956 100644 --- a/sass/_content.scss +++ b/sass/_content.scss @@ -225,4 +225,24 @@ a.btn { border-top:1px solid #eee; border-bottom:1px solid #eee; } +} + +/*-------------------------------------------------------------- +10.6 UC Calendar - Fixes for Sub/Super Characters +--------------------------------------------------------------*/ + +#content{ + .widget { + + // Uconn Calendar + &.uc-ecw{ + .uc-cal-list { + .uc-cal-item { + .uc-cal-event-title { + display:flex !important; + } + } + } + } + } } \ No newline at end of file diff --git a/sass/_page-builder.scss b/sass/_page-builder.scss new file mode 100644 index 0000000..5a7ddc7 --- /dev/null +++ b/sass/_page-builder.scss @@ -0,0 +1,22 @@ +.panel-grid { /* Denotes the beginning of a Page Builder section */ + .simple-social-icons { + ul { + li { + //avoids conflict with glypicons social icons. + + &.social-bloglovin:before, &.social-dribbble:before, &.social-email:before, &.social-facebook:before, &.social-flickr:before, &.social-github:before, &.social-gplus:before, &.social-instagram:before, &.social-linkedin:before, &.social-pinterest:before, &.social-rss:before, &.social-stumbleupon:before, &.social-tumblr:before, &.social-twitter:before, &.social-vimeo:before, &.social-youtube:before { + display:none !important; + content:none!important; + } + + a { + .glyphicon-new-window { + display:none !important; + content:none!important; + } + } + } + } + } +} + diff --git a/style.css b/style.css index c17ca15..c3afec0 100644 --- a/style.css +++ b/style.css @@ -9476,6 +9476,13 @@ a.btn { border-bottom: 1px solid #eee; } +/*-------------------------------------------------------------- +10.6 UC Calendar - Fixes for Sub/Super Characters +--------------------------------------------------------------*/ +#content .widget.uc-ecw .uc-cal-list .uc-cal-item .uc-cal-event-title { + display: flex !important; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -9849,6 +9856,7 @@ q:before, table q:after { .uc-listcal .uc-cal-list .uc-cal-item .uc-cal-event-title { font-style: normal; margin-left: 1em; + display: flex !important; } .uc-listcal .uc-cal-list .uc-cal-item .glyphicon-new-window { display: none; @@ -10609,3 +10617,15 @@ input[type="reset"]#footers.btn-block, input[type="button"]#footers.btn-block { width: 100%; } + +.panel-grid { + /* Denotes the beginning of a Page Builder section */ +} +.panel-grid .simple-social-icons ul li.social-bloglovin:before, .panel-grid .simple-social-icons ul li.social-dribbble:before, .panel-grid .simple-social-icons ul li.social-email:before, .panel-grid .simple-social-icons ul li.social-facebook:before, .panel-grid .simple-social-icons ul li.social-flickr:before, .panel-grid .simple-social-icons ul li.social-github:before, .panel-grid .simple-social-icons ul li.social-gplus:before, .panel-grid .simple-social-icons ul li.social-instagram:before, .panel-grid .simple-social-icons ul li.social-linkedin:before, .panel-grid .simple-social-icons ul li.social-pinterest:before, .panel-grid .simple-social-icons ul li.social-rss:before, .panel-grid .simple-social-icons ul li.social-stumbleupon:before, .panel-grid .simple-social-icons ul li.social-tumblr:before, .panel-grid .simple-social-icons ul li.social-twitter:before, .panel-grid .simple-social-icons ul li.social-vimeo:before, .panel-grid .simple-social-icons ul li.social-youtube:before { + display: none !important; + content: none !important; +} +.panel-grid .simple-social-icons ul li a .glyphicon-new-window { + display: none !important; + content: none !important; +} diff --git a/style.scss b/style.scss index df685b4..a36aaf6 100644 --- a/style.scss +++ b/style.scss @@ -28,4 +28,5 @@ $icon-font-path: "../../global/bootstrap-3.3.4/fonts/bootstrap/" !default; @import "sass/_ucpeople.scss"; @import "sass/_cal.scss"; @import "sass/_in-page-menus.scss"; -@import "sass/_footer.scss"; \ No newline at end of file +@import "sass/_footer.scss"; +@import "sass/_page-builder.scss"; \ No newline at end of file