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