integration/css/common.css
changeset 41 3ec2343f2b85
parent 39 d3d8a88878ed
child 42 40909e8d6855
equal deleted inserted replaced
40:76efa2333f31 41:3ec2343f2b85
   378 }
   378 }
   379 
   379 
   380 /* content */
   380 /* content */
   381 .left-content, 
   381 .left-content, 
   382 .right-content{
   382 .right-content{
   383 	padding-top: 8px;
       
   384 	float: left;
   383 	float: left;
   385 }
   384 }
   386 .left-content h2,
   385 .left-content h2,
   387 .right-content h2{
   386 .right-content h2{
   388 	padding: 6px 0;
   387 	padding: 6px 0;
   389 	margin-bottom: 14px;
   388 	margin: 8px 0 14px;
   390 	border-bottom: 1px solid #333333;
   389 	border-bottom: 1px solid #333333;
   391 	color: #30036d;
   390 	color: #30036d;
   392 	font-size: 18px;
   391 	font-size: 18px;
   393 	font-weight: 600;
   392 	font-weight: 600;
       
   393 	clear: both;
   394 }
   394 }
   395 /* left-content */
   395 /* left-content */
   396 .left-content{
   396 .left-content{
   397 	width: 630px;
   397 	width: 630px;
   398 	margin-right: 20px;
   398 	margin-right: 20px;
   497 	width: 100%;
   497 	width: 100%;
   498 	z-index:0;
   498 	z-index:0;
   499 	background: #CCCCCC;
   499 	background: #CCCCCC;
   500 }
   500 }
   501 .frise-segment{
   501 .frise-segment{
       
   502     cursor: pointer;
   502 	height: 22px;
   503 	height: 22px;
   503 	position: absolute;
   504 	position: absolute;
   504 	background-image: url(../img/border-right-segment.png);
   505 	background-image: url(../img/border-right-segment.png);
   505 	background-repeat: repeat-y;
   506 	background-repeat: repeat-y;
   506 	background-position: right top;
   507 	background-position: right top;