summaryrefslogtreecommitdiffhomepage
path: root/common/examples.css
diff options
context:
space:
mode:
authorRokas Puzonas <[email protected]>2023-08-20 00:34:23 +0300
committerRokas Puzonas <[email protected]>2023-08-20 00:34:23 +0300
commit9835869c70cbf0d91097d37b6c4db90b9fc35c2d (patch)
tree58c7a5f7623e4a044d5e5cc5dc2ef5fce0fb9c17 /common/examples.css
parentdd19af08372036ccfc92050ef4347fc2b1469b2a (diff)
downloadraylib.com-9835869c70cbf0d91097d37b6c4db90b9fc35c2d.tar.gz
raylib.com-9835869c70cbf0d91097d37b6c4db90b9fc35c2d.zip
add search bar by used function
Diffstat (limited to 'common/examples.css')
-rw-r--r--common/examples.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/examples.css b/common/examples.css
index 4c97c29..fd41d6f 100644
--- a/common/examples.css
+++ b/common/examples.css
@@ -3,6 +3,8 @@
#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; margin-left:15px; 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 +68,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; }