Skip to content

Commit

Permalink
fixing header-page
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuneras committed Oct 26, 2015
1 parent a9b48b7 commit e90261e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions style/archaius.css
Expand Up @@ -25,6 +25,7 @@
max-width: 1200px;
height: 10px;
margin: 0 auto;
padding-top: 10px;
}
#page-header #top-page-header #social-icons {
margin: 0 0 0 80%;
Expand Down
4 changes: 2 additions & 2 deletions style/archaius_responsive.css
Expand Up @@ -127,7 +127,7 @@
}
#page-header .page-header-info-container {
padding-right: 20px;
width: 65%;
width: 60%;
float: left;
}
#page-header div.menu-icon {
Expand Down Expand Up @@ -332,7 +332,7 @@ html.no-media-queries #page-header #header-wrap {
}
html.no-media-queries #page-header .page-header-info-container {
padding-right: 20px;
width: 65%;
width: 60%;
float: left;
}
html.no-media-queries #page-header div.menu-icon {
Expand Down
2 changes: 1 addition & 1 deletion style/source/archaius_responsive.less
Expand Up @@ -122,7 +122,7 @@
}
.page-header-info-container{
padding-right: 20px;
width: 65%;
width: 60%;
float: left;
}
div.menu-icon{
Expand Down
1 change: 1 addition & 0 deletions style/source/layout/page_header.less
Expand Up @@ -10,6 +10,7 @@
max-width: 1200px;
height: 10px;
margin: 0 auto;
padding-top: 10px;
#social-icons{
margin: 0 0 0 80%;
height: 40px;
Expand Down
2 changes: 1 addition & 1 deletion version.php
Expand Up @@ -29,7 +29,7 @@

defined('MOODLE_INTERNAL') || die;
// The current module version (Date: YYYYMMDDXX)
$plugin->version = 2015102501;
$plugin->version = 2015102502;
// Requires this Moodle version
$plugin->requires = 2015050500;
// Full name of the plugin (used for diagnostics)
Expand Down

0 comments on commit e90261e

Please sign in to comment.