Skip to content

Commit

Permalink
added default width for split pane splitters
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmeister committed Jan 11, 2014
1 parent a3f91e2 commit bb23616
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion style/webbeans.css
Expand Up @@ -143,11 +143,13 @@ div,td,table,tbody,thead,tfoot,th {
cursor: move;
}
.wb-splitpane.wb-horizontal > .wb-splitter {
cursor: row-resize;
cursor: row-resize;
height:10px;
}

.wb-splitpane.wb-vertical > .wb-splitter {
cursor: col-resize;
width:10px;
}

/* tab pane */
Expand Down
7 changes: 1 addition & 6 deletions webbeans.iml
Expand Up @@ -2,12 +2,7 @@
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/desktop" />
<excludeFolder url="file://$MODULE_DIR$/desktop-build-desktop-Desktop_Qt_4_8_0_for_GCC__Qt_SDK__Debug" />
<excludeFolder url="file://$MODULE_DIR$/nbproject" />
<excludeFolder url="file://$MODULE_DIR$/server" />
</content>
<content url="file://$MODULE_DIR$" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
Expand Down

0 comments on commit bb23616

Please sign in to comment.