fixed css styles for libraries list in iPad

This commit is contained in:
Luis Ángel San Martín 2015-05-12 21:52:17 +02:00
parent 0b66749340
commit bc71a654e7

View File

@ -5,7 +5,7 @@ body{
/* libraries */
#contentLibraries{
width: 300px;
width: 400px;
border: 1px solid #C6C6C6;
background-color: white;
margin-left: auto;
@ -36,7 +36,7 @@ body{
#contentLibraries .library-link
{
width: 211px;
width: 311px;
height: 28px;
border: none;
padding: 11px 0 0 0px;
@ -47,6 +47,7 @@ body{
font-size: 16px;
text-decoration: none;
color: #525252 ;
overflow: hidden;
}
#contentLibraries a