- Timestamp:
- 03/11/13 14:40:04 (12 years ago)
- Location:
- branches/OaaS/HeuristicLab.Services.Optimization.Web/Content
- Files:
-
- 9 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/Site.css
r9215 r9305 356 356 border: 1px solid black; 357 357 } 358 359 360 .leftEntry { 361 float: left; 362 width: 30%; 363 } 364 365 .rightEntry{ 366 margin-left: 30%; 367 } -
branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/hl/Site.css
r9215 r9305 433 433 display: none; 434 434 } 435 436 .leftEntry { 437 float: left; 438 width: 30%; 439 } 440 441 .rightEntry{ 442 margin-left: 30%; 443 } 444 445 .ui-selected 446 { 447 background: #EA8511; 448 } -
branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/smartwizard2.0/styles/smart_wizard.css
r9227 r9305 92 92 list-style: none; 93 93 padding: 0px; 94 margin: 10px 0;94 /*margin: 10px 0;*/ 95 95 clear: both; 96 96 border: 0px solid #CCCCCC; … … 112 112 position:relative; 113 113 float:left; 114 margin: 0;114 margin: 10px 0; 115 115 padding:3px; 116 116 height:60px;
Note: See TracChangeset
for help on using the changeset viewer.