git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
16 lines
299 B
CSS
16 lines
299 B
CSS
/* CSS Document */
|
|
|
|
div#toolbar-box {
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
#minwidth, #minwidth-body {width:expression(document.body.clientWidth <= 960? "960px": "auto"); }
|
|
|
|
#content-box {
|
|
float: left;
|
|
}
|
|
|
|
input { border-width: expression(this.type=="radio"?'0px':this.type=="checkbox"?'0px':'1px'); }
|
|
|