Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
Improved error checking
Added some styling
  • Loading branch information
janbrouwer committed Jun 30, 2015
1 parent 933e13a commit 26fc883
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 138 deletions.
2 changes: 1 addition & 1 deletion src/BIMserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module BIMserver
PLUGIN_IMAGE_PATH = File.join(PLUGIN_PATH, 'images')

bimserver_extension = SketchupExtension.new("BIMserver", File.join(PLUGIN_PATH, 'loader.rb'))
bimserver_extension.version = '0.1'
bimserver_extension.version = '0.2'
bimserver_extension.description = 'SketchUp client for BIMserver.'
Sketchup.register_extension(bimserver_extension, true)
end # module OpenSourceBIM
Expand Down
43 changes: 43 additions & 0 deletions src/opensourceBIM/BIMserver/css/theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@



/*******************************************************************************
*
* $BUTTON
*
******************************************************************************/

/* undo button padding for the embedded image */
.control-button img
{
position: absolute;
left: 0;
top: 0;
}


fieldset {
position:relative;
height: 200px;
margin: 0;
padding: 0.5em;
border-width: 0;
border-bottom: 1px solid #a0a0a0;
}
legend
{
top:0px;
left:0.5em;
position:absolute;
font-weight:bold;
}
input[readonly] {
background-color: transparent;
}
.icon {
background-color: transparent;
background-repeat: no-repeat;
border-width: 0;
top:0;
left:0;
}
Loading

0 comments on commit 26fc883

Please sign in to comment.