From 94ff94677a961504125d5a954008f0063628e900 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Mon, 23 Jul 2012 17:10:32 -0700 Subject: tag-tool: Minor styles update and some cleanup Styled the position drop down and moved some styles to the reel. Signed-off-by: Valerio Virgillito --- .../tag-properties.reel/tag-properties.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'js/components/tools-properties/tag-properties.reel/tag-properties.css') diff --git a/js/components/tools-properties/tag-properties.reel/tag-properties.css b/js/components/tools-properties/tag-properties.reel/tag-properties.css index 9d6c37a7..99ddf8e6 100755 --- a/js/components/tools-properties/tag-properties.reel/tag-properties.css +++ b/js/components/tools-properties/tag-properties.reel/tag-properties.css @@ -28,3 +28,21 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ + +.tagRadioButtons select.nj-skinned { + visibility: visible; + position: relative; + margin-top: 1px; +} + +.tag-position select.nj-skinned { + border-radius: 0px; + padding-left: 5px; + height: 18px; + width: 100px; + border-color: #181818; +} + +input.tag-class { + border-color: #181818 !important; +} \ No newline at end of file -- cgit v1.2.3