--HG--
branch : dev
This commit is contained in:
andrerod
2011-03-23 14:29:52 -07:00
3 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,7 @@
<Compile Include="Commands\WidgetCommands.cs" />
<Compile Include="Controllers\AdminController.cs" />
<Compile Include="Drivers\LayerPartDriver.cs" />
<Compile Include="Drivers\LayerHintHandler.cs" />
<Compile Include="Handlers\LayerHintHandler.cs" />
<Compile Include="Drivers\WidgetPartDriver.cs" />
<Compile Include="Migrations.cs" />
<Compile Include="Handlers\LayerPartHandler.cs" />

View File

@@ -615,6 +615,7 @@ label input {
select, textarea, input.text, input.textMedium, input.text-box {
padding:3px;
border:1px solid #bdbcbc;
font-family:inherit;
}
input.text, input.textMedium, input.text-box {
line-height:1.2em;