Changeset 6613
- Timestamp:
- Nov 21, 2014, 12:47:22 PM (8 years ago)
- Location:
- trunk/www
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/admin/itemsubtypes/edit_subtype.jsp
r6387 r6613 295 295 </table> 296 296 </div> 297 <div id="filetypes.disabled" style="display: none; border: 1px solid transparent;">297 <div id="filetypes.disabled" class="bg-filled-50" style="height: 100%; display: none; border: 1px solid transparent;"> 298 298 <div class="messagecontainer error"></div> 299 299 </div> -
trunk/www/include/scripts/joust-2.js
r6388 r6613 245 245 246 246 // Create main menu <div> container 247 var menuElement = internal.makeDiv(menuItem.id, ' menuitem', pad);247 var menuElement = internal.makeDiv(menuItem.id, 'joustitem', pad); 248 248 menuElement.item = menuItem; 249 249 if (menuItem.className) menuElement.className += ' ' + menuItem.className; … … 270 270 271 271 // Menu text 272 var text = internal.makeDiv(menuItem.id+'-text', 'text ', menuItem.text);272 var text = internal.makeDiv(menuItem.id+'-text', 'text interactable', menuItem.text); 273 273 if (menuItem.tooltip) text.title = menuItem.tooltip; 274 274 menuElement.appendChild(text); -
trunk/www/include/scripts/main-2.js
r6610 r6613 1956 1956 controllers['HARDWARE'] = { url:'admin/hardware/index.jsp', width:800, height:500 }; 1957 1957 controllers['HELP'] = { url:'admin/clients/help/index.jsp', width:600, height:400, noAnyToAny:true }; 1958 controllers['ITEMSUBTYPE'] = { url:'admin/itemsubtypes/index.jsp', width:6 00, height:400 };1958 controllers['ITEMSUBTYPE'] = { url:'admin/itemsubtypes/index.jsp', width:690, height:460 }; 1959 1959 controllers['JOB'] = { url:'views/jobs/index.jsp', width:750, height:500, popup:true, edit:false }; 1960 1960 controllers['JOBAGENT'] = { url:'admin/jobagents/index.jsp', width:600, height:400 }; -
trunk/www/include/styles/joust-2.css
r6386 r6613 34 34 35 35 /* Main div tag for menuitem */ 36 .joust . menuitem36 .joust .joustitem 37 37 { 38 38 height: 1.65em; … … 42 42 43 43 /* Child div tags for holding padding, outline, icon and text */ 44 .joust . menuitem > div44 .joust .joustitem > div 45 45 { 46 46 height: 100%; … … 51 51 52 52 /* Text part of the menu entry */ 53 .joust . menuitem .text53 .joust .joustitem .text 54 54 { 55 border: 2px solid transparent;55 padding: 2px; 56 56 border-radius: 4px; 57 57 height: auto; … … 59 59 60 60 /* Show border around the text when hovering over the menu entry */ 61 .joust . menuitem:hover .text61 .joust .joustitem .text:hover 62 62 { 63 63 cursor: pointer; 64 border: 2px solid #2288AA; 64 border-width: 2px; 65 padding: 0; 65 66 } 66 67 67 68 /* A selected menu item is highlighted */ 68 .joust . menuitem.selected69 .joust .joustitem.selected 69 70 { 70 71 font-weight: bold; 71 72 } 72 .joust . menuitem.selected .text73 .joust .joustitem.selected .text 73 74 { 74 75 color: #FFFFFF; … … 77 78 78 79 /* Used while lazy-loading child items */ 79 .joust . menuitem.working80 .joust .joustitem.working 80 81 { 81 82 cursor: progress; … … 83 84 84 85 /* Padding is either empty or a vertical dotted line */ 85 .joust . menuitem .pad86 .joust .joustitem .pad 86 87 { 87 88 width: 18px; 88 89 } 89 .joust . menuitem .pad.line90 .joust .joustitem .pad.line 90 91 { 91 92 background-image: url('../../images/joust/line.png'); -
trunk/www/include/styles/login.css
r6610 r6613 35 35 margin: 0em 0px 0px 0px; 36 36 padding: 1px 4px 1px 4px; 37 border : 0px;37 border-width: 0; 38 38 background-color: #224488; 39 39 background-image: url('backgrounds/popup_h1.png'); … … 144 144 } 145 145 146 h3 img 147 { 148 margin-right: 3px; 149 } 150 -
trunk/www/include/styles/main.css
r6611 r6613 481 481 482 482 /* Regular text-field controls + selection list */ 483 input, textarea, select, .in put483 input, textarea, select, .interactable.input 484 484 { 485 485 /* content-box, otherwise the content will jump around when we modify border */ -
trunk/www/include/styles/menu.css
r6609 r6613 55 55 } 56 56 57 .menu.horizontal .menuitem. enabled:hover57 .menu.horizontal .menuitem.interactable:hover 58 58 { 59 59 border-width: 2px; -
trunk/www/include/styles/path.css
r5918 r6613 27 27 */ 28 28 29 h1.path29 .path 30 30 {} 31 31 32 h1.path.pathelement:before32 .pathelement:before 33 33 { 34 34 content: '›'; … … 38 38 } 39 39 40 h1.path.pathelement:first-child:before40 .pathelement:first-child:before 41 41 { 42 42 content: ''; -
trunk/www/main.jsp
r6610 r6613 132 132 } 133 133 %> 134 <table style="width: 100%; margin-top: 1em; ">134 <table style="width: 100%; margin-top: 1em; border-collapse: separate;"> 135 135 <tr> 136 136 <td class="base-logo"></td> -
trunk/www/my_base/index.jsp
r6606 r6613 192 192 193 193 <div class="absolutefull" style="height: 50%;"> 194 <div class="absolutefull" style="height: 1.75em; overflow: hidden;">195 <h3 style="height: 100%;"><base:icon image="project.png" style="margin-right: 3px;"/>Projects (<%=projects.size()%>)</h3>196 </div> 197 <div id="projectsSection" class="absolutefull welcomesection" style="top: 1.75em; bottom: 0.5em;">194 <div class="absolutefull" style="height: 2em; overflow: hidden;"> 195 <h3 style="height: 100%;"><base:icon image="project.png" />Projects (<%=projects.size()%>)</h3> 196 </div> 197 <div id="projectsSection" class="absolutefull welcomesection" style="top: 2em; bottom: 0.5em;"> 198 198 <% 199 199 if (projects.size() == 0) … … 251 251 252 252 <div class="absolutefull" style="height: 50%; top: auto;"> 253 <div class="absolutefull" style="height: 1.75em; top: 0.5em; overflow: hidden;">254 <h3 style="height: 100%;"><base:icon image="message.png" style="margin-right: 3px;"/>New messages (<%=messages.size()%>)</h3>255 </div> 256 <div id="messagesSection" class="absolutefull news welcomesection" style="top: 2. 25em;">253 <div class="absolutefull" style="height: 2em; top: 0.5em; overflow: hidden;"> 254 <h3 style="height: 100%;"><base:icon image="message.png" />New messages (<%=messages.size()%>)</h3> 255 </div> 256 <div id="messagesSection" class="absolutefull news welcomesection" style="top: 2.5em;"> 257 257 <% 258 258 String broadcastTitle = (String)application.getAttribute("broadcast.title"); … … 307 307 %> 308 308 <div class="absolutefull" style="left: 1em; right: 0.5em; top: auto; height: 14em; bottom: 1em; "> 309 <div class="absolutefull" style="height: 1.75em; overflow: hidden;">310 <h3 style="height: 100%;"><base:icon image="help.png" style="margin-right: 3px;"/>Help</h3>311 </div> 312 <div id="helpSection" class="absolutefull welcomesection" style="top: 1.75em;">309 <div class="absolutefull" style="height: 2em; overflow: hidden;"> 310 <h3 style="height: 100%;"><base:icon image="help.png" />Help</h3> 311 </div> 312 <div id="helpSection" class="absolutefull welcomesection" style="top: 2em;"> 313 313 <% 314 314 if (help != null) … … 345 345 346 346 <div class="absolutefull" style="left: 0.5em; right: 1em; bottom: 16em;"> 347 <div class="absolutefull" style="height: 1.75em; overflow: hidden;">348 <h3 style="height: 100%;"><base:icon image="news.png" style="margin-right: 3px;"/>News and announcements (<%=news.size()%>)347 <div class="absolutefull" style="height: 2em; overflow: hidden;"> 348 <h3 style="height: 100%;"><base:icon image="news.png" />News and announcements (<%=news.size()%>) 349 349 <% 350 350 if (RssNewsFeed.isEnabled()) … … 358 358 </h3> 359 359 </div> 360 <div id="newsSection" class="absolutefull news welcomesection" style="top: 1.75em;">360 <div id="newsSection" class="absolutefull news welcomesection" style="top: 2em;"> 361 361 <% 362 362 if (news.size() == 0) … … 386 386 387 387 <div class="absolutefull" style="left: 0.5em; right: 1em; top: auto; height: 14em; bottom: 1em;"> 388 <div class="absolutefull" style="height: 1.75em; overflow: hidden;">389 <h3 style="height: 100%;"><base:icon image="diskusage.png" style="margin-right: 3px;"/>Disk usage</h3>390 </div> 391 <div id="quotaSection" class="absolutefull welcomesection" style="top: 1.75em;">388 <div class="absolutefull" style="height: 2em; overflow: hidden;"> 389 <h3 style="height: 100%;"><base:icon image="diskusage.png" />Disk usage</h3> 390 </div> 391 <div id="quotaSection" class="absolutefull welcomesection" style="top: 2em;"> 392 392 <% 393 393 if (quotaGroup != null)
Note: See TracChangeset
for help on using the changeset viewer.