Small css improvements.

This commit is contained in:
Martin Edenhofer 2014-07-22 00:49:31 +02:00
parent c04df54971
commit 34f609455f
3 changed files with 5 additions and 8 deletions

View file

@ -189,7 +189,4 @@ class Index extends App.ControllerContent
) )
App.Config.set( 'customer_ticket_new', Index, 'Routes' ) App.Config.set( 'customer_ticket_new', Index, 'Routes' )
App.Config.set( 'CustomerTicketNew', { prio: 8003, parent: '#new', name: 'New Ticket', target: '#customer_ticket_new', role: ['Customer'], divider: true }, 'NavBarRight' )
#App.Config.set( 'CustomerTicketNew', { prio: 1600, parent: '', name: 'New Ticket', target: '#customer_ticket_new', role: ['Customer'] }, 'NavBar' )
App.Config.set( 'CustomerTicketNew', { prio: 8000, parent: '', name: 'New', target: '#customer_ticket_new', role: ['Customer'] }, 'NavBarRight' )

View file

@ -1176,12 +1176,12 @@ footer {
.sidebar .action { .sidebar .action {
padding: 6px 8px 6px; padding: 6px 8px 6px;
position: fixed; position: fixed;
bottom: 0px; bottom: 60px;
background-color: #fff; background-color: #fff;
width: 100%; width: 100%;
left: 0px; right: 0px;
border-top: 1px solid #eeeeee; border-top: 1px solid #eeeeee;
width: 194px; width: 120px;
margin-left: 4px; margin-left: 4px;
} }
@media (min-width: 800px) { @media (min-width: 800px) {