Skip to content

Commit

Permalink
Multisite fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Powers committed Jun 20, 2013
1 parent 791103c commit 06d5435
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 43 deletions.
39 changes: 0 additions & 39 deletions css/multisite.css

This file was deleted.

4 changes: 0 additions & 4 deletions includes/library.templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,6 @@ function pagelines_head_common(){
// Allow for extension deactivation of all css
if(!has_action('override_pagelines_css_output')){

// Multisite CSS
if(is_multisite())
pagelines_load_css_relative('css/multisite.css', 'pagelines-multisite');

// Allow for PHP include of Framework CSS
// if( !apply_filters( 'disable_pl_framework_css', '' ) )
// pagelines_load_css( PL_PARENT_URL.'/style.css', 'pagelines-framework', pagelines_get_style_ver( true ));
Expand Down
42 changes: 42 additions & 0 deletions less/pl-wordpress.less
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,48 @@ p.form-allowed-tags{

}

// ----------------------------------------------------------------------
// MULTISITE
// ----------------------------------------------------------------------

#multisite_area{
font-size: 1.1em;
line-height: 1.63em;
.mu_register {
width: auto;
input[type="submit"]{
width: auto;
padding: 8px 18px;
font-size: @buttonFontSize;
font-family: @buttonFontFamily;
}
h1, h2, h3{
margin: 1em 0 .5em 0;
}
ul {
padding-left: 25px;
list-style-type: none;
}
p{
font-size: 16px;
line-height: 1.6em;
&.submit,
&.submit:hover,
&.submit:active{
background: none;
border: none;
box-shadow:none;
padding: 0;
}
}
}
.mu_alert{
margin: 1em 0;
font-weight: normal;
}
}


// ----------------------------------------------------------------------
// Special/Misc WordPress Stuff
// ----------------------------------------------------------------------
Expand Down

0 comments on commit 06d5435

Please sign in to comment.