-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
65 changed files
with
34,555 additions
and
1,803 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,4 +77,4 @@ public function getImage() | |
{ | ||
return $this->_image; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
.gloomy-filters { | ||
width: 100%; | ||
display: inline; | ||
border: 1px solid #C9C9C9; | ||
|
||
height: 30px !important; | ||
margin: 0 !important; | ||
|
||
-webkit-box-sizing: border-box; | ||
-moz-box-sizing: border-box; | ||
box-sizing: border-box; | ||
} | ||
|
||
.gloomy-filters.textFilter { | ||
border: 1px solid #FF9A07; | ||
} | ||
|
||
.gloomy-filters.notNullFilter { | ||
border: 1px solid red; | ||
} | ||
|
||
.gloomy-filtersContainer { | ||
display: none; | ||
background-image: url( ../img/transparent.gif ); /* Transparent image to prevent IE from launching "onmouseout" */ | ||
position: absolute; | ||
padding: 0px 10px 160px 10px; /* Large padding-bottom to block mouseout */ | ||
text-align: center; | ||
} | ||
|
||
.gloomy-filtersOptions { | ||
padding: 10px; | ||
margin: 0px; | ||
position: relative; | ||
background-color: white; | ||
border: 1px solid #DDDDDD; | ||
-webkit-border-radius: 0px 0px 20px 20px; | ||
-moz-border-radius: 0px 0px 20px 20px; | ||
border-radius: 0px 0px 20px 20px; | ||
|
||
/* opacity: 0.8; */ | ||
/* filter: alpha(opacity=80); */ | ||
/* -ms-filter: "alpha(opacity=80)"; */ | ||
} | ||
|
||
.gloomy-clearFilters { | ||
position: relative; | ||
left: -23px; | ||
top: 1px; | ||
} |
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-180 Bytes
Resources/public/css/jquery-ui/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
Binary file not shown.
Binary file removed
BIN
-178 Bytes
Resources/public/css/jquery-ui/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
Binary file not shown.
Binary file removed
BIN
-120 Bytes
Resources/public/css/jquery-ui/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
Binary file not shown.
Binary file removed
BIN
-111 Bytes
Resources/public/css/jquery-ui/smoothness/images/ui-bg_glass_75_dadada_1x400.png
Binary file not shown.
Binary file removed
BIN
-110 Bytes
Resources/public/css/jquery-ui/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
Binary file not shown.
Binary file removed
BIN
-119 Bytes
Resources/public/css/jquery-ui/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
Binary file not shown.
Binary file removed
BIN
-101 Bytes
...public/css/jquery-ui/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes
Oops, something went wrong.