Commit 18292d8b authored by Joshua Gould's avatar Joshua Gould

lens

parent be21de48
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectCodeStyleSettingsManager">
<option name="PER_PROJECT_SETTINGS">
<value />
</option>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default (1)" />
</component>
</project>
\ No newline at end of file
<component name="ProjectDictionaryState">
<dictionary name="jgould" />
</component>
\ No newline at end of file
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="SpellCheckingInspection" enabled="true" level="TYPO" enabled_by_default="true">
<option name="processCode" value="false" />
<option name="processLiterals" value="true" />
<option name="processComments" value="true" />
</inspection_tool>
</profile>
</component>
\ No newline at end of file
<component name="InspectionProjectProfileManager">
<settings>
<option name="PROJECT_PROFILE" value="Project Default" />
<option name="USE_PROJECT_PROFILE" value="true" />
<version value="1.0" />
</settings>
</component>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptLibraryMappings">
<file url="file://$PROJECT_DIR$" libraries="{morpheus.js node_modules}" />
</component>
</project>
\ No newline at end of file
<component name="libraryTable">
<library name="morpheus.js node_modules" type="javaScript">
<properties>
<option name="frameworkName" value="node_modules" />
<sourceFilesUrls>
<item url="file://$PROJECT_DIR$/node_modules" />
</sourceFilesUrls>
</properties>
<CLASSES>
<root url="file://$PROJECT_DIR$/node_modules" />
</CLASSES>
<SOURCES />
</library>
</component>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -3546,14 +3546,23 @@ Copyright (c) 2015 Daniel Eden ...@@ -3546,14 +3546,23 @@ Copyright (c) 2015 Daniel Eden
background-color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.9);
color: black; color: black;
text-align: left; text-align: left;
padding-left: 10px; padding: 1px;
padding-right: 10px;
box-shadow: rgba(0, 0, 0, 0.498039) 0px 5px 15px;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; /*border-radius: 6px;*/
/*box-shadow: rgba(0, 0, 0, 0.498039) 0px 5px 15px;*/
overflow: hidden; overflow: hidden;
} }
.morpheus-padding-hor {
padding-left: 10px;
padding-right: 10px;
}
.morpheus-padding-ver {
padding-top: 10px;
padding-bottom: 10px;
}
.morpheus-form-control-inline { .morpheus-form-control-inline {
display: inline !important; display: inline !important;
width: auto !important; width: auto !important;
...@@ -3682,4 +3691,4 @@ Copyright (c) 2015 Daniel Eden ...@@ -3682,4 +3691,4 @@ Copyright (c) 2015 Daniel Eden
margin-left: 4px; margin-left: 4px;
margin-top: -3px; margin-top: -3px;
float: none; float: none;
} }
\ No newline at end of file
...@@ -77,14 +77,23 @@ ...@@ -77,14 +77,23 @@
background-color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.9);
color: black; color: black;
text-align: left; text-align: left;
padding-left: 10px; padding: 1px;
padding-right: 10px;
box-shadow: rgba(0, 0, 0, 0.498039) 0px 5px 15px;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; /*border-radius: 6px;*/
/*box-shadow: rgba(0, 0, 0, 0.498039) 0px 5px 15px;*/
overflow: hidden; overflow: hidden;
} }
.morpheus-padding-hor {
padding-left: 10px;
padding-right: 10px;
}
.morpheus-padding-ver {
padding-top: 10px;
padding-bottom: 10px;
}
.morpheus-form-control-inline { .morpheus-form-control-inline {
display: inline !important; display: inline !important;
width: auto !important; width: auto !important;
...@@ -213,4 +222,4 @@ ...@@ -213,4 +222,4 @@
margin-left: 4px; margin-left: 4px;
margin-top: -3px; margin-top: -3px;
float: none; float: none;
} }
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment