Re: [xwiki-commits] r4287 - xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8
Could someone ask Guillaume if he could comment his commits? :) Thanks -Vincent On Aug 14, 2007, at 7:17 PM, Guillaume Pousseo wrote:
Author: omji Date: 2007-08-14 19:17:21 +0200 (Tue, 14 Aug 2007) New Revision: 4287
Modified: xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/ style.css Log:
Modified: xwiki-products/curriki/trunk/web/src/main/webapp/skins/ curriki8/style.css =================================================================== --- xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/ style.css 2007-08-14 17:05:01 UTC (rev 4286) +++ xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/ style.css 2007-08-14 17:17:21 UTC (rev 4287) @@ -1450,7 +1450,7 @@ table.my-curriki-table td { padding: 0px 3px; } -.righttext a.button, .asset-page a.button, .edit-profile input.button, .edit-blog input.button { +.righttext a.button, .asset-page a.button, .edit-profile input.button, .edit-blog input.button, .flash-control- newwindow, .asset-page a.flash-control-newwindow, .flash-control- button-play, .flash-control-button-pause { font-size: 90%; font-weight: normal; text-decoration: none; @@ -1462,6 +1462,14 @@ border: 1px solid #A3A3A3; -moz-border-radius: 3px; } +.flash-control-button-play { + background-color: #FFF url("button_play.png") no-repeat left; + margin-bottom: 10px; +} +.flash-control-button-pause { + background-color: #FFF url("button_pause.png") no-repeat left; + margin-bottom: 10px; +} .righttext a.buttonred { font-size: 90%; font-weight: normal; @@ -2187,6 +2195,7 @@ .help-grid-content, .help-content-description { padding: 10px; line-height: 140%; + color: #999; } .help-content-image { @@ -2196,7 +2205,7 @@ cursor: pointer; } .gwt-ButtonOrange, .collections-dialog-next, .addfile-dialog- next, .metadata-save, .thankyou-dialog-continue, .login- Button, .addresource-dialog-next, .tk-ModalDialog-content .dialog- proposedduplication-continue, -.tk-ModalDialog-content .dialog-proposedduplication-copy { +.tk-ModalDialog-content .dialog-proposedduplication- copy, .layoutsubsection input[type="submit"] { background: #FF7F00; color: #FFF; border: 1px solid #FF4100; @@ -3159,4 +3168,22 @@ border-left-width: 0; padding: 5px 10px; font-size: 12px; +} +.more-info { + margin-top: 5px; + padding: 2px 10px; + border: 1px dotted #BEBEBE; + border-right: 0; + border-left: 0; + text-align: right; + color: #669ABA; +} +.more-info-text { + font-style: italic; +} +.item-panel TABLE.item-panel2 TD TABLE.item-panel-text { + width: 100%; +} +.asset-content-body p, .asset-content-body h1, .heading-1, .heading-1-1, .heading-1-1-1, .heading-1-1-1-1, .headi ng-1-1-1-1-1 { + line-height: normal; } \ No newline at end of file
-- You receive this message as a subscriber of the xwiki- [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/ wws
participants (1)
-
Vincent Massol