Changeset 1681
- Timestamp:
- 12/18/07 22:53:53
- Files:
-
- trunk/deployment/webadmin/webapp/resources/default/default/default.css (modified) (3 diffs)
- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (modified) (1 diff)
- trunk/deployment/webadmin/webapp/resources/resources/glassFill-message.gif (added)
- trunk/deployment/websubmit/webapp/resources/demoskins/default/default/default.css (modified) (2 diffs)
- trunk/deployment/websubmit/webapp/resources/demoskins/resources/glassFill-message.gif (modified) (previous)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css (modified) (9 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/resources/glassFill-message.gif (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.css
r1680 r1681 2 2 background-color: white; 3 3 color: #000000; 4 margin: 0em; 4 margin: 0; 5 padding: 0; 5 6 font-family: Arial, Helvetica, sans-serif; 6 7 font-size: 16px; … … 19 20 #header h1 { 20 21 font-size: 1.4em; 21 margin: 0.5em 0.5em 0 em 0em;22 margin: 0.5em 0.5em 0 0; 22 23 } 23 24 #header img { … … 25 26 border: 0; 26 27 } 27 #messages { 28 background-color: #333; 29 color: #ff0; 30 font-weight: bold; 31 margin: 0.5em 0; 32 } 33 #messages p { 34 margin: 0; 35 } 28 #messages, 36 29 #errors { 37 background-color: #333; 38 color: #f99; 39 font-weight: bold; 40 margin: 0.5em 0; 41 } 42 #errors em { 43 background-color: #333; 44 color: #ff9; 45 } 30 font-size: 0.8em; 31 margin: 0; 32 padding: 0.3em 0 0.3em 1em; 33 border-bottom: 1px solid Gray; 34 color: black; 35 background: #ff0 url(../../resources/glassFill-message.gif) repeat-x top; 36 } 37 #errors { 38 border: 2px solid red; 39 } 40 #errors li, 41 #messages li { 42 list-style: none; 43 } 44 #messages p, 46 45 #errors p { 47 46 margin: 0; 47 padding: 2px 0; 48 48 } 49 49 #statusBarTable { trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r1680 r1681 489 489 </xsl:choose> 490 490 </h1> 491 492 <xsl:call-template name="messagesAndErrors"/>493 494 491 </div> 492 <xsl:call-template name="messagesAndErrors"/> 495 493 <table id="statusBarTable"> 496 494 <tr> trunk/deployment/websubmit/webapp/resources/demoskins/default/default/default.css
r1680 r1681 217 217 border-bottom: 1px solid Gray; 218 218 color: black; 219 background: #d8e118 url(../../resources/glassFill-message.gif) repeat-x bottom; 219 background: #ff0 url(../../resources/glassFill-message.gif) repeat-x top; 220 } 221 #bedework #errors { 222 border-bottom: 2px solid red; 220 223 } 221 224 #bedework #errors li, … … 740 743 #bedework .highlight { 741 744 color: black; 742 background -color: #fee;745 background: #ff0 url(../../resources/glassFill-message.gif) repeat-x top; 743 746 border: 1px solid #333; 744 747 } trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css
r1573 r1681 1 1 #bedework { 2 /* this is the main wrapper div used to encapsulate all Bedework CSS; we 3 will prepend each selector below with this ID - this helps encapsulate 4 the css for use in portal environments (though it does imply that only 2 /* this is the main wrapper div used to encapsulate all Bedework CSS; we 3 will prepend each selector below with this ID - this helps encapsulate 4 the css for use in portal environments (though it does imply that only 5 5 one instance should be running on a portal page) */ 6 6 font-family : Arial, Helvetica, sans-serif; … … 9 9 color : black; 10 10 padding: 0.75em 1em 0em 1em; 11 margin: 0; 11 margin: 0; 12 12 } 13 13 /* Generic selectors*/ … … 333 333 } 334 334 #bedework .bwActionIcons a:link, 335 #bedework .bwActionIcons a:active, 335 #bedework .bwActionIcons a:active, 336 336 #bedework .bwActionIcons a:visited { 337 337 display: block; … … 485 485 border-bottom: 1px solid Gray; 486 486 color: black; 487 background: #d8e118 url(../../resources/glassFill-message.gif) repeat-x bottom; 487 background: #ff0 url(../../resources/glassFill-message.gif) repeat-x top; 488 } 489 #bedework #errors { 490 border-top: 2px solid red; 491 border-bottom: 2px solid red; 488 492 } 489 493 #bedework #errors li, … … 495 499 margin: 0; 496 500 padding: 2px 0; 497 }/* 498 make no distinction in this stylesheet - yellow is good for both errors and 499 messages. 500 #bedework #messages { 501 color: black; 502 background: #d8e118 url(../../resources/glassFill-message.gif) repeat-x bottom; 503 } 504 #bedework #errors { 505 color: black; 506 background: #FF8B86 url(../../resources/glassFill-error.gif) repeat-x bottom; 507 }*/ 501 } 508 502 #bedework ul.submenu { 509 503 margin: 0 0 1em 0; … … 711 705 } 712 706 #bedework #refreshEventAction { 713 padding-left: 1em; 707 padding-left: 1em; 714 708 } 715 709 #bedework table.common td.allField { … … 1008 1002 #bedework table.widget tr.subHead td { 1009 1003 background-color: #eee; 1010 color: black; 1004 color: black; 1011 1005 } 1012 1006 #bedework table.widget td { … … 1644 1638 } 1645 1639 #freeBusyPage #freeBusyKey { 1646 margin-left: 2em; 1640 margin-left: 2em; 1647 1641 } 1648 1642 #freeBusyKey td { … … 1847 1841 } 1848 1842 /* LINKS */ 1849 #bedework a:link, 1843 #bedework a:link, 1850 1844 #bedework a:active { 1851 1845 color: #00a;
