mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed css styles for libraries list in iPad
This commit is contained in:
parent
0b66749340
commit
bc71a654e7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user