mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-05-07 00:13:32 +02:00
automaticaly compute size of board
This commit is contained in:
@@ -68,9 +68,13 @@ flippy.fancy {
|
||||
position: relative;
|
||||
font-size: .8em;
|
||||
cursor: pointer;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
flippy.fancy {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
flippy.fancy img {
|
||||
width:auto;
|
||||
max-width:100%;
|
||||
|
||||
@@ -2,9 +2,7 @@
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: xx-large;
|
||||
font-weight: bold;
|
||||
background-color: #E3F0FB;
|
||||
border-radius: 4px;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
.buttonStyle {
|
||||
@@ -36,7 +34,6 @@
|
||||
width: 5em;
|
||||
height: 5em;
|
||||
margin: 0.2em;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user