Use shiny new style for start screen from kdelibs

svn path=/trunk/KDE/kdepim/; revision=798920
wilder-work
Urs Wolfer 18 years ago
parent 7392756107
commit 61e1acf5d7
  1. 7
      about/CMakeLists.txt
  2. 15
      about/kmail.css
  3. BIN
      about/top-left-kmail.png
  4. BIN
      about/top-right-kmail.png
  5. 4
      kmreaderwin.cpp

@ -1,2 +1,5 @@
install( FILES top-right-kmail.png main.html kmail.css DESTINATION ${DATA_INSTALL_DIR}/kmail/about)
install(FILES
top-left-kmail.png
main.html
kmail.css
DESTINATION ${DATA_INSTALL_DIR}/kmail/about)

@ -1,10 +1,5 @@
#headerR {
position: absolute;
right: 0px;
width: 430px;
height: 131px;
background-image: url(top-right-kmail.png);
#headerL {
background-image: url(top-left-kmail.png);
}
#title {
@ -16,11 +11,7 @@
}
#boxCenter {
background-image: url(box-center-kmail.png);
background-repeat: no-repeat;
background-color: #dfe7f3;
background-position: bottom right;
padding: 1em;
}
/* vim:set sw=2 et nocindent smartindent: */

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

@ -1263,10 +1263,10 @@ void KMReaderWin::displaySplashPage( const QString &info )
QString location = KStandardDirs::locate("data", "kmail/about/main.html");
QString content = KPIMUtils::kFileToByteArray( location );
content = content.arg( KStandardDirs::locate( "data", "libkdepim/about/kde_infopage.css" ) );
content = content.arg( KStandardDirs::locate( "data", "kdeui/about/kde_infopage.css" ) );
if ( QApplication::isRightToLeft() )
content = content.arg( "@import \"" + KStandardDirs::locate( "data",
"libkdepim/about/kde_infopage_rtl.css" ) + "\";");
"kdeui/about/kde_infopage_rtl.css" ) + "\";");
else
content = content.arg( "" );

Loading…
Cancel
Save