summaryrefslogtreecommitdiffhomepage
path: root/common/examples.css
diff options
context:
space:
mode:
authorRay <[email protected]>2023-08-26 23:30:44 +0200
committerGitHub <[email protected]>2023-08-26 23:30:44 +0200
commit7aeaa9f58543bc8cce5e7307d6ea14197a34987f (patch)
tree29286add23b5e6df2cac2a7e574f0676e062807a /common/examples.css
parentdd19af08372036ccfc92050ef4347fc2b1469b2a (diff)
parentbffc2bb159d04507e83f75676b7859096b5e5b65 (diff)
downloadraylib.com-7aeaa9f58543bc8cce5e7307d6ea14197a34987f.tar.gz
raylib.com-7aeaa9f58543bc8cce5e7307d6ea14197a34987f.zip
Merge pull request #57 from RokasPuzonas/feature-add-function-search
Add searching by used functions in examples page
Diffstat (limited to 'common/examples.css')
-rw-r--r--common/examples.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/examples.css b/common/examples.css
index 4c97c29..65ba8ad 100644
--- a/common/examples.css
+++ b/common/examples.css
@@ -3,6 +3,9 @@
#difficulty_level { position: absolute; bottom: 18px; left: 12px; font-size: 24px; }
#filter_menu { width:820px; height:80px; margin-left:15px; }
+#filter_function_label { margin-top: 2rem; }
+#filter_function { display: block; height: 1rem; margin-left:15px; margin-bottom: 2rem; }
+#matches_counter { display: inline; margin-bottom: 2rem; }
.legendButton { float:left; margin-right:8px; margin-bottom:20px; width:84px; height:78px; text-align:right; line-height:130px; cursor: pointer; transition: 0.125s; }
#core { background-color:#e1e1e1; color:#5c5a5a; border:5px solid #898888; }
@@ -66,4 +69,4 @@
#container .fphysics a:hover { border: 10px solid #d3b157; }
#container .fphysics a:hover img { margin: -10px; opacity: 0.3; }
-#container .extext { position:absolute; top:140px; width:320px; text-align: center; display: none; } \ No newline at end of file
+#container .extext { position:absolute; top:140px; width:320px; text-align: center; display: none; }