Remove form.css
This commit is contained in:
parent
ff7e71dcb8
commit
1840e464d3
@ -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();
|
||||
|
@ -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();
|
||||
|
@ -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;
|
||||
}
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user