[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linterna-magica-commit] [374] Set the web logger window for the new int
From: |
Ivaylo Valkov |
Subject: |
[linterna-magica-commit] [374] Set the web logger window for the new interface - bottom buttons in mind.q |
Date: |
Mon, 31 Dec 2012 09:13:41 +0000 |
Revision: 374
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=374
Author: valkov
Date: 2012-12-31 09:13:41 +0000 (Mon, 31 Dec 2012)
Log Message:
-----------
Set the web logger window for the new interface - bottom buttons in mind.q
Modified Paths:
--------------
trunk/data/style/template.css
trunk/src/lm_log.js
Modified: trunk/data/style/template.css
===================================================================
--- trunk/data/style/template.css 2012-12-31 08:56:41 UTC (rev 373)
+++ trunk/data/style/template.css 2012-12-31 09:13:41 UTC (rev 374)
@@ -558,7 +558,7 @@
position: fixed !important;
float: right !important;
right: 10px !important;
- bottom: 10px !important;
+ bottom: 28px !important;
left: 10px !important;
right: 10px !important;
height: 250px !important;
Modified: trunk/src/lm_log.js
===================================================================
--- trunk/src/lm_log.js 2012-12-31 08:56:41 UTC (rev 373)
+++ trunk/src/lm_log.js 2012-12-31 09:13:41 UTC (rev 374)
@@ -343,8 +343,8 @@
}
else
{
- logger.style.setProperty('height', '95%', 'important');
- body.style.setProperty('height', '95%', 'important');
+ logger.style.setProperty('height', '93%', 'important');
+ body.style.setProperty('height', '93%', 'important');
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [linterna-magica-commit] [374] Set the web logger window for the new interface - bottom buttons in mind.q,
Ivaylo Valkov <=