alecpl
2010-04-21 479a9915e4a3cae2c32f6c6a2d2a6678b36311de
- Added version number in Settings (#1486290)


2 files modified
22 ■■■■■ changed files
skins/default/common.css 20 ●●●●● patch | view | raw | blame | history
skins/default/templates/settings.html 2 ●●●●● patch | view | raw | blame | history
skins/default/common.css
@@ -486,21 +486,15 @@
/***** roundcube webmail pre-defined classes *****/
#rcversion
#rcmversion
{
  position: absolute;
  top: 67px;
  left: 20px;
  width: 160px;
  text-align: center;
  font-weight: normal;
  font-size: x-small;
  font-variant: small-caps;
  color: #999999;
  /*border: 1px solid #308014;
  background-color: #b4eeb4;*/
  bottom: 10px;
  right: 20px;
  text-align: right;
  white-space: nowrap;
  font-size: 8pt;
  color: #999;
}
#rcmdraglayer
skins/default/templates/settings.html
@@ -37,5 +37,7 @@
</div>
<div id="rcmversion"><roundcube:object name="productname" /> <roundcube:object name="version" /></div>
</body>
</html>