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