- Added version number in Settings (#1486290)

release-0.6
alecpl 15 years ago
parent 8e211adb01
commit 479a9915e4

@ -486,21 +486,15 @@ table.records-table tr.unfocused td
/***** roundcube webmail pre-defined classes *****/ /***** roundcube webmail pre-defined classes *****/
#rcversion #rcmversion
{ {
position: absolute; position: absolute;
top: 67px; bottom: 10px;
left: 20px; right: 20px;
width: 160px; text-align: right;
text-align: center; white-space: nowrap;
font-size: 8pt;
font-weight: normal; color: #999;
font-size: x-small;
font-variant: small-caps;
color: #999999;
/*border: 1px solid #308014;
background-color: #b4eeb4;*/
} }
#rcmdraglayer #rcmdraglayer

@ -37,5 +37,7 @@
</div> </div>
<div id="rcmversion"><roundcube:object name="productname" /> <roundcube:object name="version" /></div>
</body> </body>
</html> </html>

Loading…
Cancel
Save