- Timestamp:
- 5 Feb 2014, 08:51:53 (11 years ago)
- Location:
- main/waeup.kofa/branches/uli-diazo-themed/layout
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css
r11053 r11055 173 173 } 174 174 175 .value select:focus, .phone-input:focus, 176 .textType:focus, textarea:focus, 177 .dataTables_filter input:focus, 178 .ordered-selection-field select:focus { 179 border-color: #66afe9; 180 outline: 0; 181 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); 182 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); 183 } 184 175 185 .value select, .half { 176 186 width: 50%; -
main/waeup.kofa/branches/uli-diazo-themed/layout/theme.html
r11052 r11055 389 389 <tbody> 390 390 <tr> 391 <td class="fieldname"> 392 Code: 393 </td> 394 <td> 395 app2012 396 </td> 397 </tr> 398 <tr> 399 <td class="fieldname"> 400 Application Target: 401 </td> 402 <td> 403 General Studies 404 </td> 405 </tr> 406 <tr> 407 <td class="fieldname"> 408 Year of Entrance: 409 </td> 410 <td> 411 2012 412 </td> 413 </tr> 414 <tr> 391 <td class="fieldname">Code:</td> 392 <td>app2012</td> 393 </tr> 394 <tr> 395 <td class="fieldname">Application Target:</td> 396 <td>General Studies</td> 397 </tr> 398 <tr> 415 399 <td class="fieldname"> 416 400 Application Mode (Donec id elit non mi porta gravida.): 417 401 </td> 418 <td> 419 Create Application Records 420 </td> 402 <td>Create Application Records</td> 421 403 </tr> 422 404 </tbody> … … 428 410 <tbody> 429 411 <tr> 430 <td class="fieldname"> 431 <span>Code</span>: 432 </td> 433 <td> 434 <span>app2012</span> 435 </td> 436 </tr> 437 <tr> 438 <td class="fieldname"> 439 <span>*</span> 440 <span>Title</span>: 441 </td> 412 <td class="fieldname">Code:</td> 413 <td>app2012</td> 414 </tr> 415 <tr> 416 <td class="fieldname">* Title:</td> 442 417 <td> 443 418 <input class="textType" id="form.title" name="form.title" … … 447 422 </tr> 448 423 <tr> 449 <td class="fieldname"> 450 <span>Application Target</span>: 451 </td> 424 <td class="fieldname">Any phone number:</td> 452 425 <td> 453 <span>General Studies</span> 454 </td> 455 </tr> 456 <tr> 457 <td class="fieldname"> 458 <span>Year of Entrance</span>: 459 </td> 426 <select id="form.phone.country" name="form.phone.country" 427 size="1" class="phone-input"> 428 <option value="+234">Nigeria (+234)</option> 429 <option value="+49">Germany (+49)</option> 430 <option value="+1">U.S. (+1)</option> 431 </select>- 432 <input class=" phone-input textType" id="form.phone.area" 433 name="form.phone.area" size="20" type="text" 434 value="" />- 435 <input class=" phone-input textType" id="form.phone.ext" 436 name="form.phone.ext" size="20" type="text" value="" /> 437 </td> 438 </tr> 439 <tr> 440 <td class="fieldname">Any text field:</td> 460 441 <td> 461 <span>2012</span> 462 </td> 463 </tr> 464 <tr> 465 <td class="fieldname"> 466 <span>*</span> 467 <span> 442 <textarea id="any_id" 443 name="any_name" rows="5">Placeholder text</textarea> 444 </td> 445 </tr> 446 <tr> 447 <td class="fieldname">* 468 448 Application Mode 469 (A select field coming from zope.formlib:) 470 </span>: 449 (A select field coming from zope.formlib): 471 450 </td> 472 451 <td> … … 485 464 </tr> 486 465 <tr> 487 <td class="fieldname"> 488 <span>A datepicker field</span>: 489 </td> 466 <td class="fieldname">A datepicker field:</td> 490 467 <td> 491 468 <input class="datepicker-le-year textType"
Note: See TracChangeset for help on using the changeset viewer.