Skip to content

Commit

Permalink
merge vabatta
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed May 21, 2013
1 parent 3d7d4b3 commit 0d8a1eb
Show file tree
Hide file tree
Showing 50 changed files with 1,482 additions and 892 deletions.
71 changes: 46 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,53 @@
# Changelog

## 0.95-a

Fixed outline border for nav-bar in IE and FF
Fixed and added examples in tiles.php (https://github.com/olton/Metro-UI-CSS/issues/127)
Fixed icons rendering in tiles (https://github.com/olton/Metro-UI-CSS/issues/152)
Fixed tiles paragraph text without images responsiveness for resolutions lower than 767px
Fixed disabled button with tag "a" hover state color
Fixed and improved cross-browser compatibility (mostly for firefox mobile) of buttons (https://github.com/olton/Metro-UI-CSS/issues/70)

Implemented public API for dialog component and new options "keepOpened" to keep it opened (https://github.com/olton/Metro-UI-CSS/issues/135)
Improved dialog component buttons graphics
Updated dialog.php components usage and params
Implemented delay for tile-drag event
Changed and improved behavior of sidebar sub-menu dropdown (https://github.com/olton/Metro-UI-CSS/issues/142)
Changed php short tag to common tag (https://github.com/olton/Metro-UI-CSS/pull/139)

Added sidebar responsiveness (https://github.com/olton/Metro-UI-CSS/issues/150)
Added ajax.php to clarify ajax components reinit (https://github.com/olton/Metro-UI-CSS/issues/157)

Local merged pull request "Tile extend" of Odrix (https://github.com/olton/Metro-UI-CSS/pull/151)

## 0.15.8.12

Fixed checkbox, radiobutton and switch control focus (https://github.com/olton/Metro-UI-CSS/issues/79)
Fixed checkbox, radiobutton and switch control sibiling selector (https://github.com/olton/Metro-UI-CSS/issues/116)
Fixed right space for non-helper inputs !Note: you should now add class="with-helper" for icon inputs, check forms.php (https://github.com/olton/Metro-UI-CSS/issues/91)
Updated forms.php for non-helper classes due to changes

Updated dialog.php components usage and params

Styled inputtype number and time (https://github.com/olton/Metro-UI-CSS/issues/108) (https://github.com/olton/Metro-UI-CSS/issues/109)

Added possibilites to use icon font in listview icon space
Added badges to listview (https://github.com/olton/Metro-UI-CSS/issues/107)
Updated listview.php for badges

Updated pagecontrols.php for responsive definition clarification and source commented info (https://github.com/olton/Metro-UI-CSS/issues/93)
Updated accordion.php for source commented info

Added z-index 1000 to .nav-bar (https://github.com/olton/Metro-UI-CSS/issues/82)

Fixed height of notices and replies while text is short or small (https://github.com/olton/Metro-UI-CSS/issues/56)
Updated notices.php for source commented info

Fixed brand height while there are not images (https://github.com/olton/Metro-UI-CSS/issues/104)

Added icon as background in tiles (https://github.com/olton/Metro-UI-CSS/issues/118)
Update tiles.php for icons as background
Fixed checkbox, radiobutton and switch control focus (https://github.com/olton/Metro-UI-CSS/issues/79)
Fixed checkbox, radiobutton and switch control sibiling selector (https://github.com/olton/Metro-UI-CSS/issues/116)
Fixed right space for non-helper inputs !Note: you should now add class="with-helper" for icon inputs, check forms.php (https://github.com/olton/Metro-UI-CSS/issues/91)
Updated forms.php for non-helper classes due to changes
Updated dialog.php components usage and params
Styled inputtype number and time (https://github.com/olton/Metro-UI-CSS/issues/108) (https://github.com/olton/Metro-UI-CSS/issues/109)
Added possibilites to use icon font in listview icon space
Added badges to listview (https://github.com/olton/Metro-UI-CSS/issues/107)
Updated listview.php for badges
Updated pagecontrols.php for responsive definition clarification and source commented info (https://github.com/olton/Metro-UI-CSS/issues/93)
Updated accordion.php for source commented info
Added z-index 1000 to .nav-bar (https://github.com/olton/Metro-UI-CSS/issues/82)
Fixed height of notices and replies while text is short or small (https://github.com/olton/Metro-UI-CSS/issues/56)
Updated notices.php for source commented info
Fixed brand height while there are not images (https://github.com/olton/Metro-UI-CSS/issues/104)
Added icon as background in tiles (https://github.com/olton/Metro-UI-CSS/issues/118)
Update tiles.php for icons as background

## 0.15.8.11

Expand Down
14 changes: 11 additions & 3 deletions css/modern-responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -747,12 +747,16 @@
.metrouicss .tile .tile-content {
padding: 5px 10px;
}
.metrouicss .tile.icon > .tile-content img {
.metrouicss .tile.icon > .tile-content > img {
width: 48px;
height: 48px;
margin-left: -24px;
margin-top: -24px;
}
.metrouicss .tile.icon > .tile-content > i {
margin-left: -24px;
font-size: 48px;
}
.metrouicss .tile .brand > .badge,
.metrouicss .tile .tile-status > .badge {
width: 26px;
Expand All @@ -770,8 +774,8 @@
height: 24px;
margin: 5px 10px;
}
.metrouicss .tile .brand > .text,
.metrouicss .tile .tile-status > .text {
.metrouicss .tile .brand > img ~ .text,
.metrouicss .tile .tile-status > img ~ .text {
left: 40px;
right: 40px;
font-size: 8pt;
Expand Down Expand Up @@ -898,4 +902,8 @@
max-width: 400px;
float: none;
}
.metrouicss .page.with-sidebar .page-region {
margin-left: 0;
clear: both;
}
}
Loading

0 comments on commit 0d8a1eb

Please sign in to comment.