Skip to content

Commit

Permalink
Look: File manager is simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 16, 2011
1 parent 648d5f9 commit b30db08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions htdocs/theme/auguria/style.css.php
Expand Up @@ -20,7 +20,7 @@
/**
* \file htdocs/theme/auguria/style.css.php
* \brief Fichier de style CSS du theme auguria
* \version $Id: style.css.php,v 1.99 2011/08/16 16:39:13 eldy Exp $
* \version $Id: style.css.php,v 1.100 2011/08/16 17:59:46 eldy Exp $
*/

//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
Expand Down Expand Up @@ -1970,7 +1970,6 @@
border: 0px solid #FF0000 !important;
}
span.cke_skin_kama { padding: 0 ! important; }

a.cke_dialog_ui_button
{
font-family: <?php print $fontlist ?> !important;
Expand All @@ -1986,6 +1985,10 @@
-webkit-box-shadow: 4px 4px 4px #CCC !important;
box-shadow: 4px 4px 4px #CCC !important;
}
.cke_dialog_ui_hbox_last
{
vertical-align: bottom ! important;
}


/* ============================================================================== */
Expand Down
7 changes: 5 additions & 2 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -21,7 +21,7 @@
/**
* \file htdocs/theme/eldy/style.css.php
* \brief Fichier de style CSS du theme Eldy
* \version $Id: style.css.php,v 1.106 2011/08/16 16:39:13 eldy Exp $
* \version $Id: style.css.php,v 1.107 2011/08/16 17:59:46 eldy Exp $
*/

//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
Expand Down Expand Up @@ -2004,7 +2004,6 @@
}
span.cke_skin_kama { padding: 0 !important; }
.cke_wrapper { padding: 4px !important; }

a.cke_dialog_ui_button
{
font-family: <?php print $fontlist ?> !important;
Expand All @@ -2020,6 +2019,10 @@
-webkit-box-shadow: 4px 4px 4px #CCC !important;
box-shadow: 4px 4px 4px #CCC !important;
}
.cke_dialog_ui_hbox_last
{
vertical-align: bottom ! important;
}


/* ============================================================================== */
Expand Down

0 comments on commit b30db08

Please sign in to comment.