git-svn-id: https://msi/svn/firstRepo/Management/trunk@8 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
/* Portrait */
|
||||
@media screen and (orientation:portrait) {
|
||||
/* Portrait styles */
|
||||
.loadingSfondo{
|
||||
padding-top: 100px;
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
.loadingText{
|
||||
margin-top: 35%;
|
||||
}
|
||||
}
|
||||
/* Landscape */
|
||||
@media screen and (orientation:landscape) {
|
||||
/* Landscape styles */
|
||||
.loadingSfondo{
|
||||
padding-top: 40px;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.loadingText{
|
||||
margin-top: 5%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user