Remove form.css

This commit is contained in:
Michael RICOIS 2015-07-07 05:31:30 +00:00
parent ff7e71dcb8
commit 1840e464d3
4 changed files with 9 additions and 21 deletions

View File

@ -669,8 +669,7 @@ class DashboardController extends Zend_Controller_Action
public function userAction()
{
$this->view->headLink()
->appendStylesheet('/themes/default/styles/user.css', 'all')
->appendStylesheet('/themes/default/styles/form.css', 'all');
->appendStylesheet('/themes/default/styles/user.css', 'all');
$this->view->headScript()->appendFile('/themes/default/scripts/user.js', 'text/javascript');
$request = $this->getRequest();

View File

@ -47,7 +47,6 @@ class UserController extends Zend_Controller_Action
$this->view->assign('device_type', $user->getBrowserInfo()->mobile);
$this->view->assign('browser_info', $user->getBrowserInfo()->name.' '.$user->getBrowserInfo()->version);
$this->view->headLink()->appendStylesheet('/themes/default/styles/form.css', 'all');
$this->view->headScript()->appendFile('/themes/default/scripts/user.js', 'text/javascript');
$request = $this->getRequest();

View File

@ -1,17 +0,0 @@
.infoTitle {
clear:both;
float:left;
width:180px;
margin-left:30px;
padding:0 10px 5px 0;
}
.infoData {
float:left;
width:320px;
margin:2px 0;
}
div.submit{
clear:both;
text-align:center;
}

View File

@ -726,9 +726,16 @@ table.greffe td.decision { min-width:150px; }
table.greffe td.type { min-width:250px; }
table.greffe td.saisie { border-top: 1px dashed; }
/* Form
----------------------------------*/
.infoTitle { clear:both; float:left; width:180px; margin-left:30px; padding:0 10px 5px 0; }
.infoData { float:left; width:320px; margin:2px 0;}
div.submit{ clear:both; text-align:center; }
.fa-hover a:hover {
display: block;
padding: 2px 10px;
padding: 2px;
border-radius: 4px;
background-color: #FFF;
text-decoration: none;