|
From: Thyamad c. <th...@us...> - 2006-01-27 09:33:08
|
Update of /cvsroot/thyapi/thyapi/thythemes/concisus In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18600/thythemes/concisus Modified Files: 41thywindow.css 42thydialogwindow.css Log Message: Commiting file additions and modification from SVN revision 2723 to 2724... Changes made by frank on 2006-01-27 11:39:16 +0100 (Fri, 27 Jan 2006) corresponding to SVN revision 2724 with message: small css corrections.... Index: 41thywindow.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thythemes/concisus/41thywindow.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** 41thywindow.css 25 Nov 2005 00:22:57 -0000 1.4 --- 41thywindow.css 27 Jan 2006 09:32:59 -0000 1.5 *************** *** 37,83 **** } - .thyWindow_borders - { - /* Inherited from thyBorderPanel */ - } - - .thyWindow_hBorders - { - /* Inherited from thyBorderPanel */ - } - - .thyWindow_vBorders - { - /* Inherited from thyBorderPanel */ - } - - .thyWindow_topBorder - { - /* Inherited from thyBorderPanel */ - } - - .thyWindow_leftBorder - { - /* Inherited from thyBorderPanel */ - } - - .thyWindow_rightBorder - { - /* Inherited from thyBorderPanel */ - } - - .thyWindow_bottomBorder - { - /* Inherited from thyBorderPanel */ - } - .thyWindow_title { color: #FFF; font-style: none; ! font-weight: bold; font-size: 10pt; text-align: left; ! height: 18px; padding-left: 10px; --- 37,48 ---- } .thyWindow_title { color: #FFF; font-style: none; ! font-weight: bold; font-size: 10pt; text-align: left; ! height: 18px; padding-left: 10px; Index: 42thydialogwindow.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thythemes/concisus/42thydialogwindow.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** 42thydialogwindow.css 25 Nov 2005 00:22:57 -0000 1.4 --- 42thydialogwindow.css 27 Jan 2006 09:32:59 -0000 1.5 *************** *** 4,68 **** } - .thyDialogWindow_ie - { - } - - .thyDialogWindow_window - { - } - - .thyDialogWindow_contents - { - } - - .thyDialogWindow_ondrag - { - /* Inherited from thyWindow */ - } - - .thyDialogWindow_borders - { - /* Inherited from thyWindow */ - } - - .thyDialogWindow_hBorders - { - /* Inherited from thyWindow */ - } - - .thyDialogWindow_vBorders - { - /* Inherited from thyWindow */ - } - - .thyDialogWindow_topBorder - { - /* Inherited from thyWindow */ - } - - .thyDialogWindow_leftBorder - { - /* Inherited from thyWindow */ - } - - .thyDialogWindow_rightBorder - { - /* Inherited from thyWindow */ - } - - .thyDialogWindow_bottomBorder - { - /* Inherited from thyWindow */ - } - - .thyDialogWindow_title - { - /* Inherited from thyWindow */ - } - - .thyDialogWindow_btnClose - { - /* Inherited from thyWindow */ - } .thyDialogWindow_button --- 4,7 ---- |