Skip to content

Commit

Permalink
Applying white frame on the images and oEmbed's for adjust and standa…
Browse files Browse the repository at this point in the history
…rdize the layout of wordpress
  • Loading branch information
Bruno Alves committed Sep 30, 2014
1 parent fd4d8b1 commit 661ce63
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
11 changes: 7 additions & 4 deletions css/cmb2.css
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ span.cmb2-metabox-description
border: 1px solid #e9e9e9;
-moz-border-radius: 2px;
border-radius: 2px;
background: #fffff8;
background: #fff;
}

/* line 359, sass/partials/_main_wrap.scss */
Expand Down Expand Up @@ -701,7 +701,7 @@ div.time-picker li
font-family: sans-serif;
font-size: 14px;

height: 10px;
margin-bottom: 0;
padding: 4px 3px;

cursor: pointer;
Expand Down Expand Up @@ -1276,7 +1276,7 @@ Sidebar Placement Adjustments
{
color: #222;
border: 1px solid #aaa;
background: white url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
background: #fff url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
}

/* line 28, sass/partials/_jquery_ui.scss */
Expand Down Expand Up @@ -1364,7 +1364,7 @@ Sidebar Placement Adjustments

color: #212121;
border: 1px solid #aaa;
background: white url(../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
background: #fff url(../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
}

/* line 36, sass/partials/_jquery_ui.scss */
Expand Down Expand Up @@ -3204,6 +3204,8 @@ Sidebar Placement Adjustments
filter: mask(); /*must have*/
}

/*# sourceMappingURL=cmb2.css.map */

@media (max-width: 450px)
{
/* line 200, sass/partials/_main_wrap.scss */
Expand Down Expand Up @@ -3265,3 +3267,4 @@ Sidebar Placement Adjustments
border-bottom: 0;
}
}

Loading

0 comments on commit 661ce63

Please sign in to comment.