Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Changes Per Brian's Request
Box Shadow fix
Border fix
Light Grey header search bar fix
  • Loading branch information
Jessika Mika Caldera authored and Jessika Mika Caldera committed Feb 18, 2015
1 parent 9d45e43 commit 877fe92
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 58 deletions.
34 changes: 21 additions & 13 deletions css/sherman-black.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 21 additions & 13 deletions css/sherman-blue.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 33 additions & 16 deletions css/sherman-grey.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 21 additions & 13 deletions css/sherman-red.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion sass/sherman-common.scss
Expand Up @@ -207,6 +207,7 @@ body{
/* Widgets - With Color Variables
====================================
*/
#content{
.widget {
margin:0 0 10px;
.widget-head {
Expand All @@ -215,7 +216,17 @@ body{
}
}
// Search Bar
&.widget_search{
@include searchform($sh-content-search-btn-bg, $sh-content-search-btn-color, $sh-content-search-input-bg, $sh-content-search-input-color, $sh-content-search-input-placeholder-color);
fieldset{
border: 1px solid #ccc;
.form-control{
box-shadow:none;
webkit-box-shadow:none;
moz-box-shadow:none;
}
}
}
// Uconn Calendar
&.uc-ecw{
.uc-cal {
Expand All @@ -242,6 +253,7 @@ body{

}
}
}


/* Main Content
Expand Down Expand Up @@ -328,7 +340,8 @@ body{
#mega-footer{
.widget{
&.widget_search{
@include searchform($sh-footers-search-btn-bg, $sh-footers-search-btn-color, $sh-footers-search-input-bg, $sh-footers-search-input-color, $sh-footers-search-input-placeholder-color); }
@include searchform($sh-footers-search-btn-bg, $sh-footers-search-btn-color, $sh-footers-search-input-bg, $sh-footers-search-input-color, $sh-footers-search-input-placeholder-color);
}
}
.btn {
@media (max-width: 767px) {
Expand Down

0 comments on commit 877fe92

Please sign in to comment.