Author:   Lars Michelsen <[email protected]>
Date:     Mon Apr  2 13:19:54 2012 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Mon Apr  2 13:19:54 2012 +0200

Fixed add/modify styling issues

---

 share/userfiles/templates/default.css              |    6 +++++-
 .../templates/default.wuiMapAddModify.html         |    4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/share/userfiles/templates/default.css 
b/share/userfiles/templates/default.css
index fdf403d..cdc11b8 100644
--- a/share/userfiles/templates/default.css
+++ b/share/userfiles/templates/default.css
@@ -496,7 +496,11 @@ td#popupWindowContent table.mytable tr td.tdfield span {
     word-wrap: break-word;
 }
 td#popupWindowContent table.mytable tr td.tdfield div.picker input {
-    width:151px;
+    width:150px;
+    margin-right:2px;
+}
+td#popupWindowContent table.mytable tr td.tdfield input.checkbox {
+    width: auto;
     margin-right:2px;
 }
 td#popupWindowContent table.mytable tr td.tdfield div.picker img {
diff --git a/share/userfiles/templates/default.wuiMapAddModify.html 
b/share/userfiles/templates/default.wuiMapAddModify.html
index 503acf2..29ae83c 100644
--- a/share/userfiles/templates/default.wuiMapAddModify.html
+++ b/share/userfiles/templates/default.wuiMapAddModify.html
@@ -16,8 +16,8 @@ window.setTimeout(function() \{ window.location.href = 
makeuri({$addParams}); },
         <td class=tdlabel>{$langPermanent}</td>
         <td class=tdbox></td>
         <td class=tdfield>
-            <input type="checkbox" name="perm" value="1" />{$langForAll}<br />
-            <input type="checkbox" name="perm_user" value="1" />{$langForYou}
+            <input class="checkbox" type="checkbox" name="perm" value="1" 
/>{$langForAll}<br />
+            <input class="checkbox" type="checkbox" name="perm_user" value="1" 
/>{$langForYou}
         </td>
     </tr>{/if}
     <tr>


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to