Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Overriding CSS properties in ajxp-mobile.css to improve the navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
leobouilloux committed Oct 26, 2015
1 parent 50950d2 commit 4c7a50e
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions core/src/plugins/gui.mobile/ajxp-mobile.css
Expand Up @@ -214,4 +214,48 @@ div.detailed .FL-inlineToolbar a#ls_inline_button > span.actionbar_button_label{
#cpane_header #inline_toolbar
{
display: none;
}

/* Modifs Leo */


/* Login Page */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
#generic_dialog_box {
height: 100% !important;
width: 100% !important;
}
.SF_input {
margin-left: auto;
margin-right: auto;
}

#login_form {
text-align: center;
}
}

#browser {
height: 100%;
}

/* Share Page */

.repository_title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-right: 130px;
height: 30px;
}

#widget_title {
height: 60px !important;
}

#display_toolbar {
margin-left: auto;
margin-right: auto;
width: auto;
}

0 comments on commit 4c7a50e

Please sign in to comment.