Modified: 
syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/BasePage.html
URL: 
http://svn.apache.org/viewvc/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/BasePage.html?rev=1592778&r1=1592777&r2=1592778&view=diff
==============================================================================
--- 
syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/BasePage.html
 (original)
+++ 
syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/BasePage.html
 Tue May  6 15:27:48 2014
@@ -18,119 +18,128 @@ specific language governing permissions 
 under the License.
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-    <meta http-equiv="Content-Style-Type" content="text/css"/>
-    <meta http-equiv="Content-Script-Type" content="text/javascript"/>
-
-    <title>Apache Syncope</title>
-
-    <link rel="shortcut icon" href="img/favicon.ico" />
-
-    <style type="text/css">
-      div.wicket-modal div.w_caption {
-        height: 16px !important;
-      }
-    </style>
-    <link rel="stylesheet" type="text/css" 
href="webjars/jquery-ui/${jquery-ui.version}/themes/base/minified/jquery-ui.min.css"
 media="all"/>
-    <link rel="stylesheet" type="text/css" href="css/style.css" media="all"/>
-    <link rel="stylesheet" type="text/css" href="css/fieldstyle.css" />
-
-    <script type="text/javascript" 
src="webjars/jquery-ui/${jquery-ui.version}/ui/minified/jquery-ui.min.js"></script>
-
-    <script type="text/javascript">
-      $(document).ready(function() {
-        $("#tabs").tabs();
-      });
-
-      /** Add rollover effect to tables supporting Ajax events */
-      $(document).on('mouseover mouseout', 
'table.ui-widget.ui-widget-content.table-hover tbody tr',
-              function(event) {
-                if (event.type == 'mouseover') {
-                  $(this).addClass('selectedRow');
-                } else if (event.type == 'mouseout') {
-                  $(this).removeClass('selectedRow');
-                }
-              });
-    </script>
-  </head>
-  <body>
-    <div id="navigationPane">
-      <ul>
-        <li style="position: absolute; left: 0px; top: 10px;width:240px;">
-          <img src="img/logo.png" alt="logo"/><br />
-        </li>
-        <li><span>
-            <a href="#" wicket:id="todo"><img wicket:id="todoIcon" alt="TODO" 
width="80" height="80" /><br />
-              <wicket:message key="todo"/>
-            </a>
-          </span>
-        </li>
-        <li><span>
-            <a href="#" wicket:id="schema"><img wicket:id="schemaIcon" 
alt="Schema" width="80" height="80" /><br />
-              <wicket:message key="schema"/>
-            </a>
-          </span>
-        </li>
-        <li><span>
-            <a href="#" wicket:id="users"><img wicket:id="usersIcon" 
alt="Users" width="80" height="80" /><br />
-              <wicket:message key="users"/>
-            </a>
-          </span>
-        </li>
-        <li><span>
-            <a href="#" wicket:id="roles"><img wicket:id="rolesIcon" 
alt="Roles" width="80" height="80" /><br />
-              <wicket:message key="roles"/>
-            </a>
-          </span>
-        </li>
-        <li><span>
-            <a href="#" wicket:id="resources"><img wicket:id="resourcesIcon" 
alt="Resources" width="80" height="80" /><br />
-              <wicket:message key="resources"/>
-            </a>
-          </span>
-        </li>
-        <li><span>
-            <a href="#" wicket:id="tasks"><img wicket:id="tasksIcon" 
alt="Tasks" width="80" height="80" /><br />
-              <wicket:message key="tasks"/>
-            </a>
-          </span>
-        </li>
-        <li><span>
-            <a href="#" wicket:id="reports"><img wicket:id="reportsIcon" 
alt="Reports" width="80" height="80" /><br />
-              <wicket:message key="reports"/>
-            </a>
-          </span>
-        </li>
-        <li><span>
-            <a href="#" wicket:id="configuration"><img 
wicket:id="configurationIcon" alt="Configuration" width="80" height="80" /><br 
/>
-              <wicket:message key="configuration"/>
-            </a></span>
-        </li>
-        <li style="float:right;width:auto;text-align:right;">
-          <a href="#" wicket:id="logout"><img src="img/menu/logout.png" 
alt="Logout" width="80" height="80" /><br /></a>
-          <div style="display: table-row;">
-            <div id="username" style="padding-right: 5px;width: 100px;cursor: 
pointer;display: table-cell;">
-              <a href="#" wicket:id="editProfileLink">
-                <span wicket:id="username" style="color: #B9CFB3;font-family: 
monospace;"/>
-              </a>
-            </div>
-            <div>
-              <div wicket:id="infoModal"/>
-              <a wicket:id="infoLink" style="vertical-align: middle;"><img 
src="img/info.png" alt="info" style="padding-right: 10px;"/></a>
-            </div>
-          </div>
-        </li>
-      </ul>
-      <div wicket:id="editProfileModal"></div>
-    </div>
-
-    <div wicket:id="feedback"/>
-
-    <wicket:child />
-
-    <div id="veil" 
style="display:none;position:absolute;top:0;left:0;z-index:99999;background-color:black;width:100%;height:20000px;color:white;opacity:0.3;filter:alpha(opacity=30);">
-      <img src="img/busy.gif" 
style="position:absolute;top:300px;left:50%;margin-left:-75px;width:150px;"/>
-    </div>
-  </body>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+        <meta http-equiv="Content-Style-Type" content="text/css"/>
+        <meta http-equiv="Content-Script-Type" content="text/javascript"/>
+
+        <title>Apache Syncope</title>
+
+        <link rel="shortcut icon" href="img/favicon.ico" />
+
+        <style type="text/css">
+            div.wicket-modal div.w_caption {
+                height: 16px !important;
+            }
+        </style>
+        <link rel="stylesheet" type="text/css" 
href="webjars/jquery-ui/${jquery-ui.version}/themes/base/minified/jquery-ui.min.css"
 media="all"/>
+        <link rel="stylesheet" type="text/css" href="css/style.css" 
media="all"/>
+        <link rel="stylesheet" type="text/css" href="css/fieldstyle.css" />
+
+        <script type="text/javascript" 
src="webjars/jquery-ui/${jquery-ui.version}/ui/minified/jquery-ui.min.js"></script>
+
+        <script type="text/javascript">
+            $(document).ready(function() {
+                $("#tabs").tabs();
+            });
+
+            /** Add rollover effect to tables supporting Ajax events */
+            $(document).on('mouseover mouseout', 
'table.ui-widget.ui-widget-content.table-hover tbody tr',
+                    function(event) {
+                        if (event.type == 'mouseover') {
+                            $(this).addClass('selectedRow');
+                        } else if (event.type == 'mouseout') {
+                            $(this).removeClass('selectedRow');
+                        }
+                    });
+
+            var notificationShowedTimes = 0;
+
+            function showNotification(componentId, messagecount) {
+                notificationShowedTimes++;
+                timeout = 1700 + (messagecount * 500) + 
notificationShowedTimes * 200;
+                $('div#' + componentId).fadeTo('normal', 1.0);
+                setTimeout("$('div#" + componentId + "').fadeOut('normal')", 
timeout);
+            }
+        </script>
+    </head>
+    <body>
+        <div id="navigationPane">
+            <ul>
+                <li style="position: absolute; left: 0px; top: 
10px;width:240px;">
+                    <img src="img/logo.png" alt="logo"/><br />
+                </li>
+                <li><span>
+                        <a href="#" wicket:id="todo"><img wicket:id="todoIcon" 
alt="TODO" width="80" height="80" /><br />
+                            <wicket:message key="todo"/>
+                        </a>
+                    </span>
+                </li>
+                <li><span>
+                        <a href="#" wicket:id="schema"><img 
wicket:id="schemaIcon" alt="Schema" width="80" height="80" /><br />
+                            <wicket:message key="schema"/>
+                        </a>
+                    </span>
+                </li>
+                <li><span>
+                        <a href="#" wicket:id="users"><img 
wicket:id="usersIcon" alt="Users" width="80" height="80" /><br />
+                            <wicket:message key="users"/>
+                        </a>
+                    </span>
+                </li>
+                <li><span>
+                        <a href="#" wicket:id="roles"><img 
wicket:id="rolesIcon" alt="Roles" width="80" height="80" /><br />
+                            <wicket:message key="roles"/>
+                        </a>
+                    </span>
+                </li>
+                <li><span>
+                        <a href="#" wicket:id="resources"><img 
wicket:id="resourcesIcon" alt="Resources" width="80" height="80" /><br />
+                            <wicket:message key="resources"/>
+                        </a>
+                    </span>
+                </li>
+                <li><span>
+                        <a href="#" wicket:id="tasks"><img 
wicket:id="tasksIcon" alt="Tasks" width="80" height="80" /><br />
+                            <wicket:message key="tasks"/>
+                        </a>
+                    </span>
+                </li>
+                <li><span>
+                        <a href="#" wicket:id="reports"><img 
wicket:id="reportsIcon" alt="Reports" width="80" height="80" /><br />
+                            <wicket:message key="reports"/>
+                        </a>
+                    </span>
+                </li>
+                <li><span>
+                        <a href="#" wicket:id="configuration"><img 
wicket:id="configurationIcon" alt="Configuration" width="80" height="80" /><br 
/>
+                            <wicket:message key="configuration"/>
+                        </a></span>
+                </li>
+                <li style="float:right;width:auto;text-align:right;">
+                    <a href="#" wicket:id="logout"><img 
src="img/menu/logout.png" alt="Logout" width="80" height="80" /><br /></a>
+                    <div style="display: table-row;">
+                        <div id="username" style="padding-right: 5px;width: 
100px;cursor: pointer;display: table-cell;">
+                            <a href="#" wicket:id="editProfileLink">
+                                <span wicket:id="username" style="color: 
#B9CFB3;font-family: monospace;"/>
+                            </a>
+                        </div>
+                        <div>
+                            <div wicket:id="infoModal"/>
+                            <a wicket:id="infoLink" style="vertical-align: 
middle;"><img src="img/info.png" alt="info" style="padding-right: 10px;"/></a>
+                        </div>
+                    </div>
+                </li>
+            </ul>
+            <div wicket:id="editProfileModal"></div>
+        </div>
+
+        <div wicket:id="feedback"/>
+
+        <wicket:child />
+
+        <div id="veil" 
style="display:none;position:absolute;top:0;left:0;z-index:99999;background-color:black;width:100%;height:20000px;color:white;opacity:0.3;filter:alpha(opacity=30);">
+            <img src="img/busy.gif" 
style="position:absolute;top:300px;left:50%;margin-left:-75px;width:150px;"/>
+        </div>
+    </body>
 </html>

Modified: 
syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Login.html
URL: 
http://svn.apache.org/viewvc/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Login.html?rev=1592778&r1=1592777&r2=1592778&view=diff
==============================================================================
--- 
syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Login.html
 (original)
+++ 
syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Login.html
 Tue May  6 15:27:48 2014
@@ -18,49 +18,61 @@ specific language governing permissions 
 under the License.
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
-  <head>
-    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-    <meta http-equiv="Content-Style-Type" content="text/css"/>
-
-    <title>Apache Syncope - Login</title>
-
-    <link rel="shortcut icon" href="img/favicon.ico"/>
-    <link rel="stylesheet" href="css/style.css" type="text/css" media="all"/>
-
-  </head>
-  <body style="text-align:center">
-    <div id="splash">
-      <img src="img/logo.png" alt="syncope" title="syncope" id="logo" />
-      <p style="border: none">&nbsp;</p>
-      <div id="loginFeedbackDiv">
-        <span wicket:id="feedback">feedbackmessages will be put here</span>
-      </div>
-      <form wicket:id="login">
-        <label for="userId">
-          <wicket:message key="userId"/>
-        </label>
-        <input type="text" wicket:id="userId" id="userId" size="25" 
style="width: 180px" />
-        <br />
-        <label for="password" class="password">
-          <wicket:message key="password"/>
-        </label>
-        <input type="password" wicket:id="password" id="password" size="25"  
style="width: 180px" />
-        <br />
-        <select wicket:id="language" id="language"/>
-        <br />
-        <br />
-        <input type="submit" wicket:id="submit"/>
-      </form>
-
-      <span style="display: inline-table; margin-bottom: 10px;" 
wicket:id="selfRegistration"/>
-
-      <wicket:fragment wicket:id="selfRegNotAllowed"/>
-      <wicket:fragment wicket:id="selfRegAllowed">
-        <span wicket:id="selfRegistration"/>
-      </wicket:fragment>
-
-      <div wicket:id="selfRegModal"></div>
-    </div>
-  </body>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+        <meta http-equiv="Content-Style-Type" content="text/css"/>
+
+        <title>Apache Syncope - Login</title>
+
+        <link rel="shortcut icon" href="img/favicon.ico"/>
+        <link rel="stylesheet" href="css/style.css" type="text/css" 
media="all"/>
+
+        <script type="text/javascript">
+
+            var notificationShowedTimes = 0;
+
+            function showNotification(componentId, messagecount) {
+                notificationShowedTimes++;
+                timeout = 1700 + (messagecount * 500) + 
notificationShowedTimes * 200;
+                $('div#' + componentId).fadeTo('normal', 1.0);
+                setTimeout("$('div#" + componentId + "').fadeOut('normal')", 
timeout);
+            }
+        </script>
+
+    </head>
+    <body style="text-align:center">
+        <div id="splash">
+            <img src="img/logo.png" alt="syncope" title="syncope" id="logo" />
+            <p style="border: none">&nbsp;</p>
+            <div id="loginFeedbackDiv">
+                <div wicket:id="feedback">feedbackmessages will be put 
here</div>
+            </div>
+            <form wicket:id="login">
+                <label for="userId">
+                    <wicket:message key="userId"/>
+                </label>
+                <input type="text" wicket:id="userId" id="userId" size="25" 
style="width: 180px" />
+                <br />
+                <label for="password" class="password">
+                    <wicket:message key="password"/>
+                </label>
+                <input type="password" wicket:id="password" id="password" 
size="25"  style="width: 180px" />
+                <br />
+                <select wicket:id="language" id="language"/>
+                <br />
+                <br />
+                <input type="submit" wicket:id="submit"/>
+            </form>
+
+            <span style="display: inline-table; margin-bottom: 10px;" 
wicket:id="selfRegistration"/>
+
+            <wicket:fragment wicket:id="selfRegNotAllowed"/>
+            <wicket:fragment wicket:id="selfRegAllowed">
+                <span wicket:id="selfRegistration"/>
+            </wicket:fragment>
+
+            <div wicket:id="selfRegModal"></div>
+        </div>
+    </body>
 </html>

Modified: 
syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Roles.html
URL: 
http://svn.apache.org/viewvc/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Roles.html?rev=1592778&r1=1592777&r2=1592778&view=diff
==============================================================================
--- 
syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Roles.html
 (original)
+++ 
syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/Roles.html
 Tue May  6 15:27:48 2014
@@ -17,62 +17,64 @@ specific language governing permissions 
 under the License.
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
-  <wicket:head>
-    <style>
-      div.role-tree div.wicket-tree-table a {
-        color:black;
-      }
-    </style>
-    <script type="text/javascript">
-      $(document).ready(function() {
-        $("#roletabs").tabs();
-      });
-    </script>
-  </wicket:head>
-  <wicket:extend>
-    <div id="roletabs">
-      <ul>
-        <li class="tabs-selected">
-          <a href="#tabs-tree">
-            <span><wicket:message key="tabs-tree"/>
-            </span>
-          </a>
-        </li>
-        <li>
-          <a href="#tabs-search">
-            <span><wicket:message key="tabs-search"/>
-            </span>
-          </a>
-        </li>
-      </ul>
-
-      <div id="tabs-tree">
-        <span wicket:id="treePanel"></span>
-        <span wicket:id="summaryPanel"></span>
-        <div wicket:id="editRoleWin">[Show modal window for create/editing 
role]</div>
-      </div>
-
-      <div id="tabs-search">
-        <div>
-          <form wicket:id="searchForm">
-            <span wicket:id="searchPanel">searchPanel</span>
-
-            <br/>
-            <a wicket:id="search"
-               class="ui-button ui-widget ui-state-default ui-corner-all 
ui-button-text-only">
-              <img src="img/search.png" alt="search"/>
-              <wicket:message key="search"/>
-            </a>
-          </form>
-        </div>
+    <wicket:head>
+        <style>
+            div.role-tree div.wicket-tree-table a {
+                color:black;
+            }
+        </style>
+        <script type="text/javascript">
+            $(document).ready(function() {
+                $("#roletabs").tabs();
+            });
+        </script>
+    </wicket:head>
+    <wicket:extend>
+        <div id="roletabs">
+            <ul>
+                <li class="tabs-selected">
+                    <a href="#tabs-tree">
+                        <span><wicket:message key="tabs-tree"/>
+                        </span>
+                    </a>
+                </li>
+                <li>
+                    <a href="#tabs-search">
+                        <span><wicket:message key="tabs-search"/>
+                        </span>
+                    </a>
+                </li>
+            </ul>
+
+            <div id="tabs-tree" >
+                <div wicket:id="roleTabsContainer">
+                    <span wicket:id="treePanel"></span>
+                    <span wicket:id="summaryPanel"></span>
+                </div>
+                <div wicket:id="editRoleWin">[Show modal window for 
create/editing role]</div>
+            </div>
+
+            <div id="tabs-search">
+                <div>
+                    <form wicket:id="searchForm">
+                        <span wicket:id="searchPanel">searchPanel</span>
+
+                        <br/>
+                        <a wicket:id="search"
+                           class="ui-button ui-widget ui-state-default 
ui-corner-all ui-button-text-only">
+                            <img src="img/search.png" alt="search"/>
+                            <wicket:message key="search"/>
+                        </a>
+                    </form>
+                </div>
+
+                <div id="users-contain" class="ui-widget" style="width:auto">
+                    <span wicket:id="searchResult">[search result]</span>
+                </div>
+            </div>
 
-        <div id="users-contain" class="ui-widget" style="width:auto">
-          <span wicket:id="searchResult">[search result]</span>
         </div>
-      </div>
-
-    </div>
 
-    <wicket:child/>
-  </wicket:extend>
+        <wicket:child/>
+    </wicket:extend>
 </html>

Modified: 
syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleTabPanel.html
URL: 
http://svn.apache.org/viewvc/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleTabPanel.html?rev=1592778&r1=1592777&r2=1592778&view=diff
==============================================================================
--- 
syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleTabPanel.html
 (original)
+++ 
syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/RoleTabPanel.html
 Tue May  6 15:27:48 2014
@@ -17,40 +17,48 @@ specific language governing permissions 
 under the License.
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
-  <wicket:panel>
-    <div style="float:left; width:70%;">
-      <p style="height:15px; margin-top: 0px;" class="ui-widget ui-corner-all 
ui-widget-header">
-        <wicket:message key="title"/>
-        <span wicket:id="displayName"/>
-        <span style="float:right;" wicket:id="actionLinks"/>
-      </p>
+    <wicket:panel>
+        <div style="float:left; width:70%;">
+            <script type="text/javascript">
+                $(document).ready(function() {
+                    $("div form #tabs").tabs();
+                });
+                $(document).ready(function() {
+                    $("div form #tabs #templates").tabs();
+                });
+            </script>
+            <p style="height:15px; margin-top: 0px;" class="ui-widget 
ui-corner-all ui-widget-header">
+                <wicket:message key="title"/>
+                <span wicket:id="displayName"/>
+                <span style="float:right;" wicket:id="actionLinks"/>
+            </p>
 
-      <form wicket:id="roleForm">
-        <div id="tabs" style="margin: 0px;">
-          <ul>
-            <li><a href="#details"><span><wicket:message 
key="details"/></span></a></li>
-            <li><a href="#templates"><span><wicket:message 
key="templates"/></span></a></li>
-            <li><a href="#attrs"><span><wicket:message 
key="attrs"/></span></a></li>
-            <li><a href="#derAttrs"><span><wicket:message 
key="derAttrs"/></span></a></li>
-            <li><a href="#virAttrs"><span><wicket:message 
key="virAttrs"/></span></a></li>
-            <li><a href="#resources"><span><wicket:message 
key="resources"/></span></a></li>
-            <li><a href="#entitlements"><span><wicket:message 
key="entitlements"/></span></a></li>
-            <li><a href="#security"><span><wicket:message 
key="security"/></span></a></li>
-            <li><a href="#users"><span><wicket:message 
key="users"/></span></a></li>
-          </ul>
-          <div wicket:id="rolePanel">
-          </div>
-          <div id="users">
-            <div wicket:id="userListContainer">
-              <input type="button" class="ui-button ui-widget ui-state-default 
ui-corner-all ui-button-text-only"
-                     wicket:id="search"/>
-              <div id="users-contain" class="ui-widget" style="width:auto">
-                <span wicket:id="userList"> [userList] </span>
-              </div>
-            </div>
-          </div>
+            <form wicket:id="roleForm">
+                <div id="tabs" style="margin: 0px;">
+                    <ul>
+                        <li><a href="#details"><span><wicket:message 
key="details"/></span></a></li>
+                        <li><a href="#templates"><span><wicket:message 
key="templates"/></span></a></li>
+                        <li><a href="#attrs"><span><wicket:message 
key="attrs"/></span></a></li>
+                        <li><a href="#derAttrs"><span><wicket:message 
key="derAttrs"/></span></a></li>
+                        <li><a href="#virAttrs"><span><wicket:message 
key="virAttrs"/></span></a></li>
+                        <li><a href="#resources"><span><wicket:message 
key="resources"/></span></a></li>
+                        <li><a href="#entitlements"><span><wicket:message 
key="entitlements"/></span></a></li>
+                        <li><a href="#security"><span><wicket:message 
key="security"/></span></a></li>
+                        <li><a href="#users"><span><wicket:message 
key="users"/></span></a></li>
+                    </ul>
+                    <div wicket:id="rolePanel">
+                    </div>
+                    <div id="users">
+                        <div wicket:id="userListContainer">
+                            <input type="button" class="ui-button ui-widget 
ui-state-default ui-corner-all ui-button-text-only"
+                                   wicket:id="search"/>
+                            <div id="users-contain" class="ui-widget" 
style="width:auto">
+                                <span wicket:id="userList"> [userList] </span>
+                            </div>
+                        </div>
+                    </div>
+                </div>
+            </form>
         </div>
-      </form>
-    </div>
-  </wicket:panel>
+    </wicket:panel>
 </html>

Modified: syncope/trunk/console/src/main/webapp/css/style.css
URL: 
http://svn.apache.org/viewvc/syncope/trunk/console/src/main/webapp/css/style.css?rev=1592778&r1=1592777&r2=1592778&view=diff
==============================================================================
--- syncope/trunk/console/src/main/webapp/css/style.css (original)
+++ syncope/trunk/console/src/main/webapp/css/style.css Tue May  6 15:27:48 2014
@@ -17,227 +17,208 @@
  * under the License.
  */
 body {
-  margin: 0px;
-  padding: 0px;
-  font-family: Verdana, Tahoma, sans-serif;
-  color: #333;
-  font-size: 62.5%;
+    margin: 0px;
+    padding: 0px;
+    font-family: Verdana, Tahoma, sans-serif;
+    color: #333;
+    font-size: 62.5%;
 }
 
 /* id */
 #tabs {
-  margin: 0px 5px;
-  margin-top: 5px;
+    margin: 0px 5px;
+    margin-top: 5px;
 }
 #roletabs {
-  margin: 0px 5px;
-  margin-top: 5px;
+    margin: 0px 5px;
+    margin-top: 5px;
 }
 
 #tabs div {
-  /*background-color: #FFF;*/
+    /*background-color: #FFF;*/
 }
 
 #logo {
-  margin-top: 10px;
-  margin-bottom: 6px;
+    margin-top: 10px;
+    margin-bottom: 6px;
 }
 
 #splash {
-  background: url(../img/sf_testa.png) top repeat-x #B9CFB3;
-  width: 400px;
-  margin-left: auto;
-  margin-right: auto;
-  margin-top: 100px;
-  border: 1px solid #463;
+    background: url(../img/sf_testa.png) top repeat-x #B9CFB3;
+    width: 400px;
+    margin-left: auto;
+    margin-right: auto;
+    margin-top: 100px;
+    border: 1px solid #463;
 }
 
 #splash a {
-  color: #463;
-  text-decoration: none;
-  font-size: 14px;
+    color: #463;
+    text-decoration: none;
+    font-size: 14px;
 }
 
 a img {
-  border: none;
+    border: none;
 }
 
 #splash h2 {
-  color: #FFF;
-  margin: 0px;
-  margin-top: 8px;
-  margin-bottom: 20px;
-  font-size: 14px;
-  text-align: center;
-  font-weight: normal;
+    color: #FFF;
+    margin: 0px;
+    margin-top: 8px;
+    margin-bottom: 20px;
+    font-size: 14px;
+    text-align: center;
+    font-weight: normal;
 }
 
 #splash form {
-  margin: 6px auto;
-  width: 300px;
-  text-align: center;
+    margin: 6px auto;
+    width: 300px;
+    text-align: center;
 }
 
 #splash form label {
-  margin-right: 5px;
-  display: block;
+    margin-right: 5px;
+    display: block;
 }
 
 #splash form label.password {
 }
 
 #splash form input {
-  margin-bottom: 15px;
+    margin-bottom: 15px;
 }
 
 #splash p {
-  margin: 6px 16px;
-  border-top: 1px solid #463;
-  text-align: center;
-  padding-top: 8px;
+    margin: 6px 16px;
+    border-top: 1px solid #463;
+    text-align: center;
+    padding-top: 8px;
 }
 
 #splash ul {
-  height: 320px;
-  margin-left: 37px;
-  padding-left: 28px;
-  margin-top: 25px;
+    height: 320px;
+    margin-left: 37px;
+    padding-left: 28px;
+    margin-top: 25px;
 }
 
 #splash ul li {
-  float: left;
-  width: 90px;
-  text-align: center;
-  list-style: none;
-  margin: 0px;
+    float: left;
+    width: 90px;
+    text-align: center;
+    list-style: none;
+    margin: 0px;
 }
 
 input[disabled] {
-  background-color: #ddd;
-  background-image: none;
+    background-color: #ddd;
+    background-image: none;
 }
 
 select[disabled] {
-  background-color: #ddd;
-  background-image: none;
+    background-color: #ddd;
+    background-image: none;
 }
 
 #loginFeedbackDiv {
-  width: 97%;
+    width: 100%;
 }
 
 #loginFeedbackDiv ul {
-  list-style:none outside none;
-  margin:0;
-  text-align:center;
-  width: 100%;
-  height: 30px;
-  margin-left: 0px;
-  padding-left: 0px;
+    list-style:none outside none;
+    margin:0;
+    text-align:center;
+    width: 100%;
+    height: 30px;
+    margin-left: 0px;
+    padding-left: 0px;
 }
 
 #loginFeedbackDiv ul li{
-  list-style:none outside none;
-  margin:0;
-  text-align:center;
-  width: 100%;
+    border:0 none;
+    padding-left: 20px;
+    padding: 1%;
+    padding-top: 2%;
+    list-style:none outside none;
+    margin:0;
+    text-align:center;
+    width: 100%;
 }
 
 #feedbackDiv {
-  height: 20px;
-  margin: 0px;
-  padding: 0px;
+    height: 20px;
+    margin: 0px;
+    padding: 0px;
 }
 
 #feedbackDiv ul{
-  height: 20px !important;
-  margin: 0px;
-  padding: 0px;
+    height: 20px !important;
+    margin: 0px;
+    padding: 0px;
 }
 
 #feedbackDiv li{
-  list-style:none outside none;
-  margin:0;
-  text-align:center;
-  width: 100%;
+    list-style:none outside none;
+    margin:0;
+    text-align:center;
+    width: 100%;
 }
 #feedbackDiv ul li{
-  list-style:none outside none;
-  margin:0;
-  text-align:center;
-  width: 100%;
-  color: red;
+    list-style:none outside none;
+    margin:0;
+    text-align:center;
+    width: 100%;
+    color: red;
 }
 
-/* FEEDBACK PANEL'S INFO STYLE */
 .feedbackPanel {
-  padding-left:20pt;
-  margin-right:20pt;
-}
-
-.feedbackPanelINFO {
-  color: green;
-  margin: 0px;
-  list-style-type: none;
-  background:url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x 
scroll 50% 50% #CCCCCC;
-  -moz-border-radius: 3px;
-  -webkit-border-radius: 3px;
-  border: 1px solid gray;
-  border-radius: 3px;
-  padding: 5px;
-}
-
-.feedbackPanelERROR {
-  color: red;
-}
-
-.feedbackPanelINFO span {
-  background: url("../img/ok.png") no-repeat left;
-  border:0 none;
-  padding-left: 20px;
+    padding-left:20pt;
+    margin-right:20pt;
 }
 
 #navigationPane {
-  background: url(../img/sf_testa.png) top repeat-x #FFF;
+    background: url(../img/sf_testa.png) top repeat-x #FFF;
 }
 
 #navigationPane a img {
-  border: none;
+    border: none;
 }
 
 #navigationPane {
-  height: 103px;
+    height: 103px;
 }
 
 #navigationPane a {
-  color: #FFF;
-  text-decoration: none;
+    color: #FFF;
+    text-decoration: none;
 }
 
 #navigationPane a:hover {
-  color: #CCC;
+    color: #CCC;
 }
 
 #navigationPane ul {
-  clear: both;
-  padding: 0px;
-  margin: 0px;
-  margin-left: 280px;
+    clear: both;
+    padding: 0px;
+    margin: 0px;
+    margin-left: 280px;
 }
 
 #navigationPane ul li {
-  float: left;
-  width: 90px;
-  text-align: center;
-  margin: 0px;
-  color: #FFF;
-  font-size: 13px;
-  list-style: none;
-  padding: 1px;
+    float: left;
+    width: 90px;
+    text-align: center;
+    margin: 0px;
+    color: #FFF;
+    font-size: 13px;
+    list-style: none;
+    padding: 1px;
 }
 
 #navigationPane span {
-  font-size: 13px;
+    font-size: 13px;
 }
 
 /* MODAL-FORM */
@@ -258,230 +239,298 @@ div#executions table td, div#executions 
 
 /* classi */
 #navigationPane .schema {
-  color: #99C;
+    color: #99C;
 }
 
 #navigationPane a img:hover {
-  opacity:0.5;
-  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
-  filter:alpha(opacity=50)
+    opacity:0.5;
+    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
+    filter:alpha(opacity=50)
 }
 
 #splash a img:hover {
-  opacity:0.5;
-  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
-  filter:alpha(opacity=50)
+    opacity:0.5;
+    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
+    filter:alpha(opacity=50)
 }
 
 #navigationPane .users {
-  color: #9C0;
+    color: #9C0;
 }
 
 #navigationPane .roles {
-  color: #F90;
+    color: #F90;
 }
 
 #navigationPane .resources {
-  color: #09F;
+    color: #09F;
 }
 
 #navigationPane .tasks {
-  color: #FD0;
+    color: #FD0;
 }
 
 #navigationPane .todo {
-  color: #F3C98E;
+    color: #F3C98E;
 }
 
 #navigationPane .connectors {
-  color: #09F;
+    color: #09F;
 }
 
 #navigationPane .reports {
-  color: #F66;
+    color: #F66;
 }
 
 #navigationPane .configuration {
-  color: #CCC;
+    color: #CCC;
 }
 
 .onerowlabel {
-  float: left;
+    float: left;
 }
 
 .onerowcheckbox {
-  margin-left: 10em;
+    margin-left: 10em;
 }
 
 div#attributes-view label {
-  display: block;
-  clear: none;
-  width: 300px;
-  margin-left: 20px;
+    display: block;
+    clear: none;
+    width: 300px;
+    margin-left: 20px;
 }
 
 div#attributes-view input {
-  display: block;
-  float: left;
-  clear: left;
-  height: 12px;
-  padding: 0;
-  margin: 0;
-}
-
-.feedbackPanelERROR {
-  color: black;
-  font-weight: bold;
-  margin: 0px;
-  list-style-type: none;
-  background:url("images/ui-bg_highlight-soft_75_cccccc_1x100_red.png") 
repeat-x scroll 50% 50% #CCCCCC;
-  -moz-border-radius: 3px;
-  -webkit-border-radius: 3px;
-  border: 1px solid gray;
-  border-radius: 3px;
-  padding: 5px;
-}
-
-.feedbackPanelERROR span {
-  background: url("../img/warning.png") no-repeat left;
-  border:0 none;
-  font-size:12px;
-  padding-left: 24px;
+    display: block;
+    float: left;
+    clear: left;
+    height: 12px;
+    padding: 0;
+    margin: 0;
 }
 
 .selectedRow {
-  background-color: #eef1f1; /* alternative: LemonChiffon */
+    background-color: #eef1f1; /* alternative: LemonChiffon */
 }
 
 /* WICKET DATATABLE HEADERS */
 .headers {
-  border: 1px solid #aaaaaa;
-  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)
-    50% 50% repeat-x;
+    border: 1px solid #aaaaaa;
+    background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)
+        50% 50% repeat-x;
 }
 
 em {
-  font-size: inherit;
-  color: gray;
+    font-size: inherit;
+    color: gray;
 }
 
 em img {
-  opacity:0.4;
-  filter:alpha(opacity=40);
+    opacity:0.4;
+    filter:alpha(opacity=40);
 }
 
 th.action{
-  width: 140px;
+    width: 140px;
 }
 
 td.action{
-  text-align: center;
+    text-align: center;
 }
 
 .navigatorLabel {
-  float: left;
+    float: left;
 }
 
 .navigator {
-  text-align: right;
+    text-align: right;
 }
 
 .role-tree {
-  width: 30%;
-  display: block;
-  float: left;
+    width: 30%;
+    display: block;
+    float: left;
 }
 
 .roleTable {
-  line-height: 1.5em;
+    line-height: 1.5em;
 }
 
 .tree-folder-other {
-  padding-top: 2px;
-  display: block;
-  height: 18px;
+    padding-top: 2px;
+    display: block;
+    height: 18px;
 }
 
 .tree-folder-open {
-  display: block;
-  height: 18px;
+    display: block;
+    height: 18px;
 }
 
 #versionMP {
-  text-align: justify;
-  color: #463;
-  background: url(../img/sf_testa.png) top repeat-x #B9CFB3;
-  border: 1px solid #463;
-  padding: 5px;
+    text-align: justify;
+    color: #463;
+    background: url(../img/sf_testa.png) top repeat-x #B9CFB3;
+    border: 1px solid #463;
+    padding: 5px;
 }
 
 #versionMP a {
-  color: white;
-  text-decoration: none;
+    color: white;
+    text-decoration: none;
 }
 
 #versionMP a:hover {
-  color: #463;
-  text-decoration: none;
+    color: #463;
+    text-decoration: none;
 }
 
 .tooltip{
-  position: absolute;
-  left: -72px;
-  top: 23px;
-  z-index: 1000000;
-  line-height: normal;
-  _padding-top: 0em;
-  width: 19em;
-  border: 1px solid black;
-  background-color: whitesmoke;
-  opacity: 0.9;
-  color: black;
-  padding: 3px;
-  font-size: 11px;
+    position: absolute;
+    left: -72px;
+    top: 23px;
+    z-index: 1000000;
+    line-height: normal;
+    _padding-top: 0em;
+    width: 19em;
+    border: 1px solid black;
+    background-color: whitesmoke;
+    opacity: 0.9;
+    color: black;
+    padding: 3px;
+    font-size: 11px;
 }
 
 .help {
-  position: relative;
-  float: right;
-  top: 3px;
-  left: -15px;
+    position: relative;
+    float: right;
+    top: 3px;
+    left: -15px;
 }
 
 .help a {
-  color: #463;
-  text-decoration: none;
+    color: #463;
+    text-decoration: none;
 }
 
 .help a:hover {
-  color: blue;
-  text-decoration: none;
+    color: blue;
+    text-decoration: none;
 }
 
 .tree-junction-expanded {
-  display: none;
+    display: none;
 }
 
 /* Style for autocomplete field */ 
 div.wicket-aa { 
-  font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
-  font-size: 12px;
-  background-color: white;
-  border-width: 1px;
-  border-color: #cccccc;
-  border-style: solid; 
-  padding: 2px;
-  margin: 1px 0 0 0;
-  text-align:left;
+    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
+    font-size: 12px;
+    background-color: white;
+    border-width: 1px;
+    border-color: #cccccc;
+    border-style: solid; 
+    padding: 2px;
+    margin: 1px 0 0 0;
+    text-align:left;
 }
 div.wicket-aa ul {
-  list-style:none;
-  padding: 2px; 
-  margin:0;
+    list-style:none;
+    padding: 2px; 
+    margin:0;
 }
 div.wicket-aa ul li.selected {
-  background-color: #FFFF00;
-  padding: 2px;
-  margin:0;
-}
+    background-color: #FFFF00;
+    padding: 2px;
+    margin:0;
+}
+
+.notificationpanel {
+    margin: 0px;
+    padding: 0px;
+    border-radius: 5px;
+}  
+
+.notificationpanel_bottom_left {  
+    bottom: 100px;  
+    left: 30px;  
+}  
+
+.notificationpanel_bottom_detail_form {  
+    top: 540px;  
+    right: 30px;  
+}  
+
+.notificationpanel_bottom_right {  
+    bottom: 100px;  
+    right: 30px;  
+}  
+
+.notificationpanel_top_right {  
+    top: 15px;  
+    right: 30px;  
+}  
+
+/* notification panel info style */  
+.notificationpanel_border_200 {  
+    color: green;
+    margin: 0px;
+    background:url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x 
scroll 50% 50% #CCCCCC;
+    -moz-border-radius: 3px;
+    -webkit-border-radius: 3px;
+    border: 1px solid gray;
+    box-shadow: 0px 0px 5px gray;  
+}   
+
+.notificationpanel_row_INFO {
+    list-style-type: none;
+    color: green;  
+}  
+
+.notificationpanel_row_INFO span {
+    list-style-type: none;
+    color: green;  
+    background: url("../img/ok.png") no-repeat left;
+    border:0 none;
+    padding-left: 20px;
+} 
+
+/* notification panel warning style */  
+.notificationpanel_border_300 {  
+    border: 1px solid orangered;  
+    box-shadow: 0px 0px 5px gray;  
+}  
+
+.notificationpanel_row_WARNING {  
+    color: orangered;  
+    list-style-type: none;
+    border:0 none;
+    padding-left: 20px;
+}  
+
+/* notification panel error style */  
+.notificationpanel_border_400 {  
+    color: red;
+    -moz-border-radius: 3px;
+    -webkit-border-radius: 3px;
+    border: 1px solid gray;
+    box-shadow: 0px 0px 5px gray; 
+    border-color: red;
+    background-image: -moz-linear-gradient(top, #FF8585 0%, #E60008 100%);
+    background-image: -webkit-linear-gradient(top, #FF8585 0%, #E60008 100%);
+    background-image: -o-linear-gradient(top, #FF8585 0%, #E60008 100%);
+    background-image: -ms-linear-gradient(top, #FF8585 0%, #E60008 100%);
+    background-image: -webkit-gradient(linear, left top, left bottom, 
color-stop(0, #FF8585), color-stop(1, #E60008));
+    font-weight: bold;
+}  
+
+.notificationpanel_row_ERROR {  
+    list-style-type: none;
+    color: black;  
+}  
+
+.notificationpanel_row_ERROR span {  
+    border:0 none;
+}    
 


Reply via email to