- Timestamp:
- 02/11/13 10:15:52 (12 years ago)
- Location:
- branches/OaaS/HeuristicLab.Services.Optimization.Web/Content
- Files:
-
- 23 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/Site.css
r9062 r9215 335 335 overflow: auto; 336 336 } 337 338 .dragables 339 { 340 height :100px; 341 width:100px; 342 border:1px solid #000000; 343 background: #EEEEEE; 344 padding: 5px 5px 5px 5px; 345 margin: 5px 5px 5px 5px; 346 float: left; 347 } 348 349 .clearer 350 { 351 clear:both; 352 } 353 354 .treeStyle 355 { 356 border: 1px solid black; 357 } -
branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/hl/Site.css
r9062 r9215 148 148 } 149 149 150 #master-MainContent { 150 #master-MainContent 151 { 152 background-repeat: repeat-y; 153 background-image: url("images/bg_main.png"); 151 154 padding-left: 12px; 152 155 padding-right: 12px; … … 403 406 display: inline 404 407 } 408 409 410 .dragables 411 { 412 height :100px; 413 width:100px; 414 border:1px solid #000000; 415 background: #EEEEEE; 416 padding: 5px 5px 5px 5px; 417 margin: 5px 5px 5px 5px; 418 float: left; 419 } 420 421 .clearer 422 { 423 clear:both; 424 } 425 426 .treeStyle 427 { 428 border: 1px solid black; 429 } 430 431 .unseen 432 { 433 display: none; 434 }
Note: See TracChangeset
for help on using the changeset viewer.