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

@ -10,7 +10,7 @@ class Index extends App.Controller
render: =>
auth_provider_all = {
facebook: {
key: 'facebook'
key: 'facebook'
url: '/auth/facebook',
name: 'Facebook',
config: 'auth_facebook',

View file

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

View file

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