convert some tags to classes instead of ids. Add margin: 0 auto so that monitor images are centered
This commit is contained in:
parent
00f8a450de
commit
377805dce0
|
@ -40,14 +40,11 @@
|
||||||
margin: 4px auto 6px;
|
margin: 4px auto 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topPanel #imagePanel
|
#topPanel .imagePanel {
|
||||||
{
|
|
||||||
width: 50%;
|
|
||||||
float: left;
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topPanel #image {
|
#topPanel .image {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
|
@ -57,7 +54,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topPanel #image img {
|
#topPanel .image img {
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -66,6 +63,7 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topPanel #dataPanel {
|
#topPanel #dataPanel {
|
||||||
|
|
Loading…
Reference in New Issue