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

Commit

Permalink
Padding Update
Browse files Browse the repository at this point in the history
-Changed padding on home page
-Changed padding on sub-pages
-Cleaned up widget search box
-Changed date icon
  • Loading branch information
briandunnigan authored and briandunnigan committed Aug 7, 2014
1 parent 1425836 commit 6c44314
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _notes/dwsync.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="config.rb" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488270627" remote="602446763927119302" Dst="-1" /><file name="functions.php" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3489609249" remote="602446763927746082" Dst="-1" /><file name="README.md" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3486550966" remote="602446763927119303" Dst="-1" /><file name="style.css" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490180503" remote="602446763928317339" Dst="-1" /><file name="screenshot.jpg" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490090979" remote="602446763928227841" Dst="-1" /><file name="style.css" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/" local="3490276023" remote="319783739134141125" Dst="-1" /></dwsync>
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="config.rb" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3488270627" remote="602446763927119302" Dst="-1" /><file name="functions.php" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3489609249" remote="602446763927746082" Dst="-1" /><file name="README.md" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3486550966" remote="602446763927119303" Dst="-1" /><file name="style.css" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490180503" remote="602446763928317339" Dst="-1" /><file name="screenshot.jpg" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490090979" remote="602446763928227841" Dst="-1" /><file name="style.css" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/" local="3490277030" remote="319783739134142127" Dst="-1" /></dwsync>
Expand Down
2 changes: 1 addition & 1 deletion sass/_notes/dwsync.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="style.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490020080" remote="-4611742485167304703" Dst="-1" /><file name="variables.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490019914" remote="-4611742485167304703" Dst="-1" /><file name="style.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/" local="3490276020" remote="319783739134141118" Dst="-1" /></dwsync>
<?xml version="1.0" encoding="utf-8" ?><dwsync><file name="style.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490020080" remote="-4611742485167304703" Dst="-1" /><file name="variables.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/wp-content/themes/sherman/" local="3490019914" remote="-4611742485167304703" Dst="-1" /><file name="style.scss" server="development.wordpress.uconn.edu/edu.uconn.wordpress.development/public_html/" local="3490277027" remote="319783739134142127" Dst="-1" /></dwsync>
Expand Down
16 changes: 15 additions & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,16 @@
.uc-cal-event-day {
padding-top:.3em!important;
}
.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date {
border:1px solid #e5e5e5;

}
.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day {
font-size:1.7em;
padding-bottom:0.2em;
margin-top:-3px;
color:#777777;
}



Expand All @@ -184,7 +194,7 @@
margin-top:20px;
}
h2 {
margin-top:2.5em;
margin-top:1.5em;
margin-bottom:1em;
}
h1 + h2 {
Expand Down Expand Up @@ -239,3 +249,7 @@
#mega-footer+#footer {
border-top:none;
}

.form-control {
border-right:none;
}
17 changes: 16 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8039,6 +8039,17 @@ body.sticky #footers {
padding-top: 0.3em !important;
}

.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date {
border: 1px solid #e5e5e5;
}

.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day {
font-size: 1.7em;
padding-bottom: 0.2em;
margin-top: -3px;
color: #777777;
}

#main {
border: 1px solid #eee;
}
Expand All @@ -8058,7 +8069,7 @@ body.sticky #footers {
margin-top: 20px;
}
#content .page h2 {
margin-top: 2.5em;
margin-top: 1.5em;
margin-bottom: 1em;
}
#content .page h1 + h2 {
Expand Down Expand Up @@ -8103,3 +8114,7 @@ body.sticky #footers {
#mega-footer + #footer {
border-top: none;
}

.form-control {
border-right: none;
}

0 comments on commit 6c44314

Please sign in to comment.