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

Commit

Permalink
Css Fixes for Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 23, 2016
1 parent 3f05a91 commit 26ca324
Show file tree
Hide file tree
Showing 10 changed files with 1,170 additions and 306 deletions.
612 changes: 611 additions & 1 deletion core/src/plugins/access.ajxp_home/res/home.css

Large diffs are not rendered by default.

25 changes: 16 additions & 9 deletions core/src/plugins/access.ajxp_home/res/home.less
Expand Up @@ -634,13 +634,20 @@ and (max-width : 800px){

@media only screen
and (max-width : 400px){
#home_left_bar{
width: 100%;
position: absolute;
top:0;
}
#workspaces_button {
padding: 38px 0;
width: 100%;
}
#home_left_bar{
width: 100%;
position: absolute;
top:0;
height: 100%;
}
.ajxp_ws-welcome #logging_string{
margin-right: 16px;
}
#home_center_panel{
display: none;
}
#workspaces_button {
padding: 38px 0;
width: 100%;
}
}
2 changes: 1 addition & 1 deletion core/src/plugins/gui.ajax/res/themes/orbit/css/allz.css

Large diffs are not rendered by default.

Expand Up @@ -11,11 +11,20 @@

@infopanel_toolbar_buttons_radius:0;

#info_panel{
.form-ip_content_info_panel .panelContent{
background-color: white !important;
}

#info_panel, .form-ip_content_info_panel{
font-family: @infopanel_font_family;
-webkit-font-smoothing: antialiased;
font-weight: 300;

#modalCloseBtn{
display: block !important;
padding-top: 3px !important;
}

div#display_toolbar {
float: left;
text-align: left;
Expand Down
8 changes: 6 additions & 2 deletions core/src/plugins/gui.ajax/res/themes/orbit/css/media.css
Expand Up @@ -182,12 +182,16 @@ and (max-width : 420px){
padding-top: 20%!important;*/
}

div.dialogContent div.SF_element {
margin: 0 10px;
}

#login_form, #login_form_dynamic {
margin: 0;
}

div.dialogContent div.SF_element {
margin: 0 10px;
#login_form div.SF_element, #login_form_dynamic div.SF_element{
padding-left: 0 !important;
}

#global_toolbar{
Expand Down

0 comments on commit 26ca324

Please sign in to comment.